ManagedAppOperation |
ManagedAppOperation.Builder.build() |
|
ManagedAppOperation |
ManagedAppOperation.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagedAppOperation |
ManagedAppOperation.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagedAppOperation |
ManagedAppOperation.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
ManagedAppOperation |
ManagedAppOperation.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
ManagedAppOperation |
ManagedAppOperation.withState(String state) |
Returns an immutable copy of this with just the state field
changed.
|
ManagedAppOperation |
ManagedAppOperation.withUnmappedField(String name,
String value) |
|
ManagedAppOperation |
ManagedAppOperation.withVersion(String version) |
Returns an immutable copy of this with just the version field
changed.
|