Uses of Class
odata.msgraph.client.beta.entity.DirectoryRole
-
Packages that use DirectoryRole Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of DirectoryRole in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DirectoryRole Modifier and Type Method Description DirectoryRoleDirectoryRole.Builder. build()DirectoryRoleDirectoryRole. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DirectoryRoleDirectoryRole. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DirectoryRoleDirectoryRole. withDescription(String description)DirectoryRoleDirectoryRole. withDisplayName(String displayName)DirectoryRoleDirectoryRole. withRoleTemplateId(String roleTemplateId)DirectoryRoleDirectoryRole. withUnmappedField(String name, String value) -
Uses of DirectoryRole in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type DirectoryRole Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DirectoryRole>DirectoryRoleCollectionRequest. delta()
-