Class BaseUserProfileFileResource
java.lang.Object
de.xima.fc.api.rest.pub.client.user.model.BaseUserProfileFileResource
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class BaseUserProfileFileResource
extends Object
implements Serializable
BaseUserProfileFileResource
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp(OffsetDateTime createdTimestamp) Creates a new model with the given enum and no other data.booleanCreates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Get createdTimestampGet fileNameGet fileSizegetKey()Get keygetLinks()Get linksGet modifiedTimestampGet portalinthashCode()Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.modifiedTimestamp(OffsetDateTime modifiedTimestamp) Creates a new model with the given enum and no other data.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.voidsetCreatedTimestamp(OffsetDateTime createdTimestamp) voidsetFileName(String fileName) voidsetFileSize(Integer fileSize) voidvoidvoidsetModifiedTimestamp(OffsetDateTime modifiedTimestamp) voidtoString()
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_CREATED_TIMESTAMP
- See Also:
-
JSON_PROPERTY_FILE_NAME
- See Also:
-
JSON_PROPERTY_FILE_SIZE
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_MODIFIED_TIMESTAMP
- See Also:
-
JSON_PROPERTY_PORTAL
- See Also:
-
-
Constructor Details
-
BaseUserProfileFileResource
public BaseUserProfileFileResource()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
-
createdTimestamp
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getCreatedTimestamp
Get createdTimestamp- Returns:
- createdTimestamp
-
setCreatedTimestamp
-
fileName
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getFileName
-
setFileName
-
fileSize
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getFileSize
-
setFileSize
-
key
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getKey
-
setKey
-
modifiedTimestamp
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getModifiedTimestamp
Get modifiedTimestamp- Returns:
- modifiedTimestamp
-
setModifiedTimestamp
-
portal
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getPortal
-
setPortal
-
equals
-
hashCode
-
toString
-