| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AppRoleAssignment |
AppRoleAssignment.Builder.build() |
AppRoleAssignment |
AppRoleAssignment.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AppRoleAssignment |
AppRoleAssignment.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AppRoleAssignment |
AppRoleAssignment.withAppRoleId(String appRoleId) |
AppRoleAssignment |
AppRoleAssignment.withCreationTimestamp(OffsetDateTime creationTimestamp) |
AppRoleAssignment |
AppRoleAssignment.withPrincipalDisplayName(String principalDisplayName) |
AppRoleAssignment |
AppRoleAssignment.withPrincipalId(String principalId) |
AppRoleAssignment |
AppRoleAssignment.withPrincipalType(String principalType) |
AppRoleAssignment |
AppRoleAssignment.withResourceDisplayName(String resourceDisplayName) |
AppRoleAssignment |
AppRoleAssignment.withResourceId(String resourceId) |
Copyright © 2018–2020. All rights reserved.