Class DetailedFormResource
java.lang.Object
de.xima.fc.api.rest.pub.client.form.model.DetailedFormResource
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class DetailedFormResource
extends Object
implements Serializable
DetailedFormResource
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclient(PublicResourceReferenceMandant client) Creates a new model with the given enum and no other data.description(String description) Creates a new model with the given enum and no other data.displayName(String displayName) Creates a new model with the given enum and no other data.booleanGet clientThe description of the form to be shown to end users.The display name of the form to be shown to end users.getLinks()Get linksThe provide path of the form.The short description of the form to be shown to end users.Get thumbnailImagegetTitle()The title of the form.getUuid()Get uuidinthashCode()Creates a new model with the given enum and no other data.providePath(String providePath) 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.voidvoidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetProvidePath(String providePath) voidsetShortDescription(String shortDescription) voidsetThumbnailImage(BaseFormFileResource thumbnailImage) voidvoidshortDescription(String shortDescription) Creates a new model with the given enum and no other data.thumbnailImage(BaseFormFileResource thumbnailImage) Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.toString()Creates a new model with the given enum and no other data.
-
Field Details
-
JSON_PROPERTY_LINKS
- See Also:
-
JSON_PROPERTY_CLIENT
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_PROVIDE_PATH
- See Also:
-
JSON_PROPERTY_SHORT_DESCRIPTION
- See Also:
-
JSON_PROPERTY_THUMBNAIL_IMAGE
- See Also:
-
JSON_PROPERTY_TITLE
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
-
Constructor Details
-
DetailedFormResource
public DetailedFormResource()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
-
client
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getClient
-
setClient
-
description
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getDescription
The description of the form to be shown to end users.- Returns:
- description
-
setDescription
-
displayName
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getDisplayName
The display name of the form to be shown to end users.- Returns:
- displayName
-
setDisplayName
-
providePath
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getProvidePath
-
setProvidePath
-
shortDescription
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getShortDescription
The short description of the form to be shown to end users.- Returns:
- shortDescription
-
setShortDescription
-
thumbnailImage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getThumbnailImage
Get thumbnailImage- Returns:
- thumbnailImage
-
setThumbnailImage
-
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
-
setTitle
-
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
-