ImmutableBatchCommand |
ImmutableBatchCommand.Builder.build() |
|
static ImmutableBatchCommand |
ImmutableBatchCommand.copyOf(StencilStore.BatchCommand instance) |
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeCreated(StencilClient.Entity... elements) |
Copy the current immutable object with elements that replace the content of toBeCreated.
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeCreated(Iterable<? extends StencilClient.Entity> elements) |
Copy the current immutable object with elements that replace the content of toBeCreated.
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeDeleted(StencilClient.Entity... elements) |
Copy the current immutable object with elements that replace the content of toBeDeleted.
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeDeleted(Iterable<? extends StencilClient.Entity> elements) |
Copy the current immutable object with elements that replace the content of toBeDeleted.
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeSaved(StencilClient.Entity... elements) |
Copy the current immutable object with elements that replace the content of toBeSaved.
|
ImmutableBatchCommand |
ImmutableBatchCommand.withToBeSaved(Iterable<? extends StencilClient.Entity> elements) |
Copy the current immutable object with elements that replace the content of toBeSaved.
|