@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.