| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
DirectoryRole |
DirectoryRole.Builder.build() |
DirectoryRole |
DirectoryRole.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DirectoryRole |
DirectoryRole.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DirectoryRole |
DirectoryRole.withDescription(String description) |
DirectoryRole |
DirectoryRole.withDisplayName(String displayName) |
DirectoryRole |
DirectoryRole.withRoleTemplateId(String roleTemplateId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryRole> |
DirectoryRoleCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.