ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.body(String body) |
Initializes the value for the body attribute.
|
ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.bodyType(DialobDocument.DocumentType bodyType) |
Initializes the value for the bodyType attribute.
|
static ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.builder() |
|
ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.from(DialobStore.StoreCommand instance) |
Fill a builder with attribute values from the provided io.dialob.client.api.DialobStore.StoreCommand instance.
|
ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.from(DialobStore.UpdateStoreEntity instance) |
Fill a builder with attribute values from the provided io.dialob.client.api.DialobStore.UpdateStoreEntity instance.
|
ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.id(String id) |
Initializes the value for the id attribute.
|
ImmutableUpdateStoreEntity.Builder |
ImmutableUpdateStoreEntity.Builder.version(String version) |
Initializes the value for the version attribute.
|