-
Creates a builder to update a master data instance
Set the description of the master data instance
Set the external id of the master data instance
MasterDataInstanceUpdateBuilder.favorite(boolean favorite)
Set the favorite value to true or false for the master data instance
MasterDataInstanceUpdateBuilder.key(String key)
Set the key of the master data instance
Set the name of the master data instance
MasterDataInstanceUpdateBuilder.sortOrder(int sortOrder)
Set the sort order of the master data instance
Set the state of the master data instance
-
MasterDataInstanceUpdateBuilderImpl.favorite(boolean favorite)
MasterDataInstanceUpdateBuilderImpl.key(String key)
MasterDataInstanceUpdateBuilderImpl.name(String name)
MasterDataInstanceUpdateBuilderImpl.sortOrder(int sortOrder)
MasterDataInstanceUpdateBuilderImpl.state(String state)