Interface AssociateRoleNameSetMessage
- All Superinterfaces:
BaseResource,DomainResource<Message>,Identifiable<Message>,Message,Versioned<Message>
Generated after a successful Set Name update action.
Example to create an instance using the builder pattern
AssociateRoleNameSetMessage associateRoleNameSetMessage = AssociateRoleNameSetMessage.builder()
.id("{id}")
.version(0.3)
.createdAt(ZonedDateTime.parse("2022-01-01T12:00:00.301Z"))
.lastModifiedAt(ZonedDateTime.parse("2022-01-01T12:00:00.301Z"))
.sequenceNumber(0.3)
.resource(resourceBuilder -> resourceBuilder)
.resourceVersion(0.3)
.name("{name}")
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for AssociateRoleNameSetMessage -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for AssociateRoleNameSetMessagebuilder(AssociateRoleNameSetMessage template) create builder for AssociateRoleNameSetMessage instancecopyDeep()static AssociateRoleNameSetMessagedeepCopy(AssociateRoleNameSetMessage template) factory method to create a deep copy of AssociateRoleNameSetMessage@NotNull StringgetName()Updated name of the AssociateRole.static AssociateRoleNameSetMessageof()factory methodstatic AssociateRoleNameSetMessageof(AssociateRoleNameSetMessage template) factory method to create a shallow copy AssociateRoleNameSetMessagevoidUpdated name of the AssociateRole.static com.fasterxml.jackson.core.type.TypeReference<AssociateRoleNameSetMessage>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.api.models.common.BaseResource
withBaseResourceMethods inherited from interface com.commercetools.api.models.DomainResource
getMethods inherited from interface com.commercetools.api.models.message.Message
getCreatedAt, getCreatedBy, getId, getLastModifiedAt, getLastModifiedBy, getResource, getResourceUserProvidedIdentifiers, getResourceVersion, getSequenceNumber, getType, getVersion, setCreatedAt, setCreatedBy, setId, setLastModifiedAt, setLastModifiedBy, setResource, setResourceUserProvidedIdentifiers, setResourceVersion, setSequenceNumber, setVersion, withMessage
-
Field Details
-
ASSOCIATE_ROLE_NAME_SET
discriminator value for AssociateRoleNameSetMessage- See Also:
-
-
Method Details
-
getName
Updated name of the AssociateRole.
- Returns:
- name
-
setName
Updated name of the AssociateRole.
- Parameters:
name- value to be set
-
of
factory method- Returns:
- instance of AssociateRoleNameSetMessage
-
of
factory method to create a shallow copy AssociateRoleNameSetMessage- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
AssociateRoleNameSetMessage copyDeep()- Specified by:
copyDeepin interfaceBaseResource- Specified by:
copyDeepin interfaceMessage
-
deepCopy
@Nullable static AssociateRoleNameSetMessage deepCopy(@Nullable AssociateRoleNameSetMessage template) factory method to create a deep copy of AssociateRoleNameSetMessage- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for AssociateRoleNameSetMessage- Returns:
- builder
-
builder
create builder for AssociateRoleNameSetMessage instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withAssociateRoleNameSetMessage
accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-