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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessibility(String accessibility) Creates a new model with the given enum and no other data.dataPrivacy(String dataPrivacy) Creates a new model with the given enum and no other data.booleanGet accessibilityGet dataPrivacygetHelp()Get helpGet imprintGet mailSupportgetTos()Get tosinthashCode()Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.mailSupport(String mailSupport) Creates a new model with the given enum and no other data.voidsetAccessibility(String accessibility) voidsetDataPrivacy(String dataPrivacy) voidvoidsetImprint(String imprint) voidsetMailSupport(String mailSupport) voidCreates a new model with the given enum and no other data.toString()
-
Field Details
-
JSON_PROPERTY_ACCESSIBILITY
- See Also:
-
JSON_PROPERTY_DATA_PRIVACY
- See Also:
-
JSON_PROPERTY_HELP
- See Also:
-
JSON_PROPERTY_IMPRINT
- See Also:
-
JSON_PROPERTY_MAIL_SUPPORT
- See Also:
-
JSON_PROPERTY_TOS
- See Also:
-
-
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
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getAccessibility
-
setAccessibility
-
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
-
setDataPrivacy
-
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
-
setHelp
-
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
-
setImprint
-
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
-
setMailSupport
-
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
-
setTos
-
equals
-
hashCode
-
toString
-