ConfigManagerCollection |
ConfigManagerCollection.Builder.build() |
|
ConfigManagerCollection |
ConfigManagerCollection.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ConfigManagerCollection |
ConfigManagerCollection.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ConfigManagerCollection |
ConfigManagerCollection.withCollectionIdentifier(String collectionIdentifier) |
Returns an immutable copy of this with just the
collectionIdentifier field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withHierarchyIdentifier(String hierarchyIdentifier) |
Returns an immutable copy of this with just the
hierarchyIdentifier field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withHierarchyName(String hierarchyName) |
Returns an immutable copy of this with just the hierarchyName
field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
ConfigManagerCollection |
ConfigManagerCollection.withUnmappedField(String name,
String value) |
|