@Beta public class FormMetaData extends Object
Constructor and Description |
---|
FormMetaData() |
Modifier and Type | Method and Description |
---|---|
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.
|
Integer |
getVersion()
The technical version of the form definition version.
|
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. |
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 |
setVersion(Integer version)
Set the version of this
FormMetaData instance. |
String |
toString() |
FormMetaData |
version(Integer version)
Set the version 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 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.Copyright © 2020 SAP SE. All rights reserved.