Uses of Class
odata.msgraph.client.beta.entity.RoleScopeTag
-
Packages that use RoleScopeTag Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of RoleScopeTag in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return RoleScopeTag Modifier and Type Method Description RoleScopeTagRoleScopeTag.Builder. build()RoleScopeTagRoleScopeTag. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RoleScopeTagRoleScopeTag. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RoleScopeTagRoleScopeTag. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.RoleScopeTagRoleScopeTag. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.RoleScopeTagRoleScopeTag. withIsBuiltIn(Boolean isBuiltIn)Returns an immutable copy ofthiswith just theisBuiltInfield changed.RoleScopeTagRoleScopeTag. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type RoleScopeTag Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag>DeviceManagement. getRoleScopeTagsByIds(List<String> ids)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag>DeviceManagement. getRoleScopeTagsByResource(String resource) -
Uses of RoleScopeTag in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type RoleScopeTag Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag>RoleScopeTagCollectionRequest. getRoleScopeTagsById(List<String> roleScopeTagIds) -
Uses of RoleScopeTag in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type RoleScopeTag Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag>DeviceManagementRequest. getRoleScopeTagsByIds(List<String> ids)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag>DeviceManagementRequest. getRoleScopeTagsByResource(String resource)
-