Class UserHeader

java.lang.Object
de.xima.fc.api.rest.pub.client.user_portal.model.UserHeader
All Implemented Interfaces:
Serializable

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class UserHeader extends Object implements Serializable
UserHeader
See Also:
  • Field Details

    • JSON_PROPERTY_NAVIGATION_FORM_RECORDS_LABEL

      public static final String JSON_PROPERTY_NAVIGATION_FORM_RECORDS_LABEL
      See Also:
    • JSON_PROPERTY_NAVIGATION_FORMS_LABEL

      public static final String JSON_PROPERTY_NAVIGATION_FORMS_LABEL
      See Also:
    • JSON_PROPERTY_NAVIGATION_OVERLAY_TOOLTIP

      public static final String JSON_PROPERTY_NAVIGATION_OVERLAY_TOOLTIP
      See Also:
    • JSON_PROPERTY_PROFILE_LOGIN_STATE_LABEL

      public static final String JSON_PROPERTY_PROFILE_LOGIN_STATE_LABEL
      See Also:
    • JSON_PROPERTY_PROFILE_OVERLAY_SIGN_OFF_LABEL

      public static final String JSON_PROPERTY_PROFILE_OVERLAY_SIGN_OFF_LABEL
      See Also:
    • JSON_PROPERTY_PROFILE_OVERLAY_TOOLTIP

      public static final String JSON_PROPERTY_PROFILE_OVERLAY_TOOLTIP
      See Also:
    • JSON_PROPERTY_UNREAD_MESSAGES_NUMBER_SCREEN_READER_LABEL

      public static final String JSON_PROPERTY_UNREAD_MESSAGES_NUMBER_SCREEN_READER_LABEL
      See Also:
  • Constructor Details

    • UserHeader

      public UserHeader()
      Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
  • Method Details

    • getNavigationFormRecordsLabel

      @Nullable public String getNavigationFormRecordsLabel()
      Get navigationFormRecordsLabel
      Returns:
      navigationFormRecordsLabel
    • setNavigationFormRecordsLabel

      public void setNavigationFormRecordsLabel(String navigationFormRecordsLabel)
    • getNavigationFormsLabel

      @Nullable public String getNavigationFormsLabel()
      Get navigationFormsLabel
      Returns:
      navigationFormsLabel
    • setNavigationFormsLabel

      public void setNavigationFormsLabel(String navigationFormsLabel)
    • getNavigationOverlayTooltip

      @Nullable public String getNavigationOverlayTooltip()
      Get navigationOverlayTooltip
      Returns:
      navigationOverlayTooltip
    • setNavigationOverlayTooltip

      public void setNavigationOverlayTooltip(String navigationOverlayTooltip)
    • profileLoginStateLabel

      public UserHeader profileLoginStateLabel(String profileLoginStateLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getProfileLoginStateLabel

      @Nullable public String getProfileLoginStateLabel()
      Get profileLoginStateLabel
      Returns:
      profileLoginStateLabel
    • setProfileLoginStateLabel

      public void setProfileLoginStateLabel(String profileLoginStateLabel)
    • profileOverlaySignOffLabel

      public UserHeader profileOverlaySignOffLabel(String profileOverlaySignOffLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getProfileOverlaySignOffLabel

      @Nullable public String getProfileOverlaySignOffLabel()
      Get profileOverlaySignOffLabel
      Returns:
      profileOverlaySignOffLabel
    • setProfileOverlaySignOffLabel

      public void setProfileOverlaySignOffLabel(String profileOverlaySignOffLabel)
    • profileOverlayTooltip

      public UserHeader profileOverlayTooltip(String profileOverlayTooltip)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getProfileOverlayTooltip

      @Nullable public String getProfileOverlayTooltip()
      Get profileOverlayTooltip
      Returns:
      profileOverlayTooltip
    • setProfileOverlayTooltip

      public void setProfileOverlayTooltip(String profileOverlayTooltip)
    • unreadMessagesNumberScreenReaderLabel

      public UserHeader unreadMessagesNumberScreenReaderLabel(String unreadMessagesNumberScreenReaderLabel)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUnreadMessagesNumberScreenReaderLabel

      @Nullable public String getUnreadMessagesNumberScreenReaderLabel()
      Get unreadMessagesNumberScreenReaderLabel
      Returns:
      unreadMessagesNumberScreenReaderLabel
    • setUnreadMessagesNumberScreenReaderLabel

      public void setUnreadMessagesNumberScreenReaderLabel(String unreadMessagesNumberScreenReaderLabel)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object