@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") @Beta public class FormMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FormMetadata.TypeEnum
The type of the form definition version.
|
Constructor and Description |
---|
FormMetadata() |
Modifier and Type | Method and Description |
---|---|
FormMetadata |
addWorkflowDefinitionsItem(FormMetadataWorkflowDefinitions workflowDefinitionsItem)
Add one WorkflowDefinitions instance to this
FormMetadata . |
FormMetadata |
createdAt(OffsetDateTime createdAt)
Set the createdAt of this
FormMetadata instance and return the same instance. |
FormMetadata |
createdBy(String createdBy)
Set the createdBy of this
FormMetadata instance and return the same instance. |
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt()
The time when the form definition version was deployed.
|
String |
getCreatedBy()
The ID of the user who deployed the form definition version.
|
String |
getId()
The definition ID of the form definition.
|
String |
getName()
The name of the form definition, in the original language.
|
String |
getRevision()
The revision of the form definition version.
|
FormMetadata.TypeEnum |
getType()
The type of the form definition version.
|
Integer |
getVersion()
The technical version of the form definition version.
|
List<FormMetadataWorkflowDefinitions> |
getWorkflowDefinitions()
A list of workflow definitions in case the form definition version is of type 'start'
|
int |
hashCode() |
FormMetadata |
id(String id)
Set the id of this
FormMetadata instance and return the same instance. |
FormMetadata |
name(String name)
Set the name of this
FormMetadata instance and return the same instance. |
FormMetadata |
revision(String revision)
Set the revision of this
FormMetadata instance and return the same instance. |
void |
setCreatedAt(OffsetDateTime createdAt)
Set the createdAt of this
FormMetadata instance. |
void |
setCreatedBy(String createdBy)
Set the createdBy of this
FormMetadata instance. |
void |
setId(String id)
Set the id of this
FormMetadata instance. |
void |
setName(String name)
Set the name of this
FormMetadata instance. |
void |
setRevision(String revision)
Set the revision of this
FormMetadata instance. |
void |
setType(FormMetadata.TypeEnum type)
Set the type of this
FormMetadata instance. |
void |
setVersion(Integer version)
Set the version of this
FormMetadata instance. |
void |
setWorkflowDefinitions(List<FormMetadataWorkflowDefinitions> workflowDefinitions)
Set the workflowDefinitions of this
FormMetadata instance. |
String |
toString() |
FormMetadata |
type(FormMetadata.TypeEnum type)
Set the type of this
FormMetadata instance and return the same instance. |
FormMetadata |
version(Integer version)
Set the version of this
FormMetadata instance and return the same instance. |
FormMetadata |
workflowDefinitions(List<FormMetadataWorkflowDefinitions> workflowDefinitions)
Set the workflowDefinitions of this
FormMetadata instance and return the same instance. |
@Nonnull public FormMetadata id(@Nonnull String id)
FormMetadata
instance and return the same instance.id
- The definition ID of the form definition. The ID is at most 255 characters long.FormMetadata
class@Nonnull public String getId()
FormMetadata
instance.public void setId(@Nonnull String id)
FormMetadata
instance.id
- The definition ID of the form definition. The ID is at most 255 characters long.@Nonnull public FormMetadata name(@Nonnull String name)
FormMetadata
instance and return the same instance.name
- The name of the form definition, in the original language.FormMetadata
class@Nonnull public String getName()
FormMetadata
instance.public void setName(@Nonnull String name)
FormMetadata
instance.name
- The name of the form definition, in the original language.@Nonnull public FormMetadata version(@Nonnull Integer version)
FormMetadata
instance and return the same instance.version
- The technical version of the form definition version.FormMetadata
class@Nonnull public Integer getVersion()
FormMetadata
instance.public void setVersion(@Nonnull Integer version)
FormMetadata
instance.version
- The technical version of the form definition version.@Nonnull public FormMetadata revision(@Nonnull String revision)
FormMetadata
instance and return the same instance.revision
- The revision of the form definition version.FormMetadata
class@Nonnull public String getRevision()
FormMetadata
instance.public void setRevision(@Nonnull String revision)
FormMetadata
instance.revision
- The revision of the form definition version.@Nonnull public FormMetadata type(@Nonnull FormMetadata.TypeEnum type)
FormMetadata
instance and return the same instance.type
- The type of the form definition version.FormMetadata
class@Nonnull public FormMetadata.TypeEnum getType()
FormMetadata
instance.public void setType(@Nonnull FormMetadata.TypeEnum type)
FormMetadata
instance.type
- The type of the form definition version.@Nonnull public FormMetadata createdAt(@Nonnull OffsetDateTime createdAt)
FormMetadata
instance and return the same instance.createdAt
- The time when the form definition version was deployed.FormMetadata
class@Nonnull public OffsetDateTime getCreatedAt()
FormMetadata
instance.public void setCreatedAt(@Nonnull OffsetDateTime createdAt)
FormMetadata
instance.createdAt
- The time when the form definition version was deployed.@Nonnull public FormMetadata createdBy(@Nonnull String createdBy)
FormMetadata
instance and return the same instance.createdBy
- The ID of the user who deployed the form definition version.FormMetadata
class@Nonnull public String getCreatedBy()
FormMetadata
instance.public void setCreatedBy(@Nonnull String createdBy)
FormMetadata
instance.createdBy
- The ID of the user who deployed the form definition version.@Nonnull public FormMetadata workflowDefinitions(@Nonnull List<FormMetadataWorkflowDefinitions> workflowDefinitions)
FormMetadata
instance and return the same instance.workflowDefinitions
- A list of workflow definitions in case the form definition version is of type 'start'FormMetadata
class@Nonnull public FormMetadata addWorkflowDefinitionsItem(@Nonnull FormMetadataWorkflowDefinitions workflowDefinitionsItem)
FormMetadata
.workflowDefinitionsItem
- The WorkflowDefinitions that should be addedFormMetadata
@Nonnull public List<FormMetadataWorkflowDefinitions> getWorkflowDefinitions()
FormMetadata
instance.public void setWorkflowDefinitions(@Nonnull List<FormMetadataWorkflowDefinitions> workflowDefinitions)
FormMetadata
instance.workflowDefinitions
- A list of workflow definitions in case the form definition version is of type 'start'Copyright © 2020 SAP SE. All rights reserved.