Uses of Class
odata.msgraph.client.beta.entity.AppRoleAssignment
-
Packages that use AppRoleAssignment Package Description odata.msgraph.client.beta.entity -
-
Uses of AppRoleAssignment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AppRoleAssignment Modifier and Type Method Description AppRoleAssignmentAppRoleAssignment.Builder. build()AppRoleAssignmentAppRoleAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppRoleAssignmentAppRoleAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppRoleAssignmentAppRoleAssignment. withAppRoleId(UUID appRoleId)AppRoleAssignmentAppRoleAssignment. withCreationTimestamp(OffsetDateTime creationTimestamp)AppRoleAssignmentAppRoleAssignment. withPrincipalDisplayName(String principalDisplayName)AppRoleAssignmentAppRoleAssignment. withPrincipalId(UUID principalId)AppRoleAssignmentAppRoleAssignment. withPrincipalType(String principalType)AppRoleAssignmentAppRoleAssignment. withResourceDisplayName(String resourceDisplayName)AppRoleAssignmentAppRoleAssignment. withResourceId(UUID resourceId)AppRoleAssignmentAppRoleAssignment. withUnmappedField(String name, String value)
-