Class PublicResourceReferenceUserProfile
java.lang.Object
de.xima.fc.api.rest.pub.client.user.model.PublicResourceReferenceUserProfile
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class PublicResourceReferenceUserProfile
extends Object
implements Serializable
PublicResourceReferenceUserProfile
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty model with no data yet. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLinks()Get linksgetUuid()Get uuidinthashCode()Creates a new model with the given enum and no other data.putLinksItem(String key, String linksItem) Adds an entry to the existing set of entries.voidvoidtoString()Creates a new model with the given enum and no other data.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
-
Constructor Details
-
PublicResourceReferenceUserProfile
public PublicResourceReferenceUserProfile()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
links
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
putLinksItem
Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.- Parameters:
key- Object key at which to add an entry.linksItem- New value for the entry at the given key.- Returns:
- This instance for chaining method calls.
-
getLinks
-
setLinks
-
uuid
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getUuid
-
setUuid
-
equals
-
hashCode
-
toString
-