Class WelcomePage

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

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

  • Constructor Details

    • WelcomePage

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

    • formsButtonLabel

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

      @Nullable public String getFormsButtonLabel()
      Get formsButtonLabel
      Returns:
      formsButtonLabel
    • setFormsButtonLabel

      public void setFormsButtonLabel(String formsButtonLabel)
    • labelAccessibility

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

      @Nullable public String getLabelAccessibility()
      Get labelAccessibility
      Returns:
      labelAccessibility
    • setLabelAccessibility

      public void setLabelAccessibility(String labelAccessibility)
    • labelDataPrivacy

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

      @Nullable public String getLabelDataPrivacy()
      Get labelDataPrivacy
      Returns:
      labelDataPrivacy
    • setLabelDataPrivacy

      public void setLabelDataPrivacy(String labelDataPrivacy)
    • labelHelp

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

      @Nullable public String getLabelHelp()
      Get labelHelp
      Returns:
      labelHelp
    • setLabelHelp

      public void setLabelHelp(String labelHelp)
    • labelImprint

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

      @Nullable public String getLabelImprint()
      Get labelImprint
      Returns:
      labelImprint
    • setLabelImprint

      public void setLabelImprint(String labelImprint)
    • labelMailSupport

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

      @Nullable public String getLabelMailSupport()
      Get labelMailSupport
      Returns:
      labelMailSupport
    • setLabelMailSupport

      public void setLabelMailSupport(String labelMailSupport)
    • labelTos

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

      @Nullable public String getLabelTos()
      Get labelTos
      Returns:
      labelTos
    • setLabelTos

      public void setLabelTos(String labelTos)
    • loginButtonLabel

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

      @Nullable public String getLoginButtonLabel()
      Get loginButtonLabel
      Returns:
      loginButtonLabel
    • setLoginButtonLabel

      public void setLoginButtonLabel(String loginButtonLabel)
    • subTitle

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

      @Nullable public String getSubTitle()
      Get subTitle
      Returns:
      subTitle
    • setSubTitle

      public void setSubTitle(String subTitle)
    • title

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

      @Nullable public String getTitle()
      Get title
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • 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