| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
PolicySet |
PolicySet.Builder.build() |
PolicySet |
PolicySet.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PolicySet |
PolicySet.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PolicySet |
PolicySet.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
PolicySet |
PolicySet.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
PolicySet |
PolicySet.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
PolicySet |
PolicySet.withErrorCode(ErrorCode errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
PolicySet |
PolicySet.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
PolicySet |
PolicySet.withStatus(PolicySetStatus status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<PolicySet> |
PolicySetCollectionRequest.getPolicySets(List<String> policySetIds) |
Copyright © 2018–2020. All rights reserved.