| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
AccessPackage |
AccessPackage.Builder.build() |
AccessPackage |
AccessPackage.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AccessPackage |
AccessPackage.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AccessPackage |
AccessPackage.withCatalogId(String catalogId) |
AccessPackage |
AccessPackage.withCreatedBy(String createdBy) |
AccessPackage |
AccessPackage.withCreatedDateTime(OffsetDateTime createdDateTime) |
AccessPackage |
AccessPackage.withDescription(String description) |
AccessPackage |
AccessPackage.withDisplayName(String displayName) |
AccessPackage |
AccessPackage.withIsHidden(Boolean isHidden) |
AccessPackage |
AccessPackage.withIsRoleScopesVisible(Boolean isRoleScopesVisible) |
AccessPackage |
AccessPackage.withModifiedBy(String modifiedBy) |
AccessPackage |
AccessPackage.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AccessPackage> |
AccessPackageCollectionRequest.search() |
Copyright © 2018–2020. All rights reserved.