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