Class DefaultLinks

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

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class DefaultLinks extends Object implements Serializable
The default links of the user portal.
See Also:
  • Field Details

  • Constructor Details

    • DefaultLinks

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

    • accessibility

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

      @Nullable public String getAccessibility()
      Get accessibility
      Returns:
      accessibility
    • setAccessibility

      public void setAccessibility(String accessibility)
    • dataPrivacy

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

      @Nullable public String getDataPrivacy()
      Get dataPrivacy
      Returns:
      dataPrivacy
    • setDataPrivacy

      public void setDataPrivacy(String dataPrivacy)
    • help

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

      @Nullable public String getHelp()
      Get help
      Returns:
      help
    • setHelp

      public void setHelp(String help)
    • imprint

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

      @Nullable public String getImprint()
      Get imprint
      Returns:
      imprint
    • setImprint

      public void setImprint(String imprint)
    • mailSupport

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

      @Nullable public String getMailSupport()
      Get mailSupport
      Returns:
      mailSupport
    • setMailSupport

      public void setMailSupport(String mailSupport)
    • tos

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

      @Nullable public String getTos()
      Get tos
      Returns:
      tos
    • setTos

      public void setTos(String tos)
    • 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