ManagementConditionStatement |
ManagementConditionStatement.Builder.build() |
|
ManagementConditionStatement |
ManagementConditionStatement.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
ManagementConditionStatement |
ManagementConditionStatement.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
ManagementConditionStatement |
ManagementConditionStatement.withApplicablePlatforms(List<DevicePlatformType> applicablePlatforms) |
Returns an immutable copy of this with just the
applicablePlatforms field changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withETag(String eTag) |
Returns an immutable copy of this with just the eTag field
changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withExpression(ManagementConditionExpression expression) |
Returns an immutable copy of this with just the expression field
changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
Returns an immutable copy of this with just the modifiedDateTime
field changed.
|
ManagementConditionStatement |
ManagementConditionStatement.withUnmappedField(String name,
String value) |
|