Uses of Class
odata.msgraph.client.beta.enums.RoleAssignmentScopeType
-
Packages that use RoleAssignmentScopeType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RoleAssignmentScopeType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RoleAssignmentScopeType Modifier and Type Field Description protected RoleAssignmentScopeTypeRoleAssignment. scopeTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type RoleAssignmentScopeType Modifier and Type Method Description Optional<RoleAssignmentScopeType>RoleAssignment. getScopeType()“Specifies the type of scope for a Role Assignment.Methods in odata.msgraph.client.beta.entity with parameters of type RoleAssignmentScopeType Modifier and Type Method Description DeviceAndAppManagementRoleAssignment.BuilderDeviceAndAppManagementRoleAssignment.Builder. scopeType(RoleAssignmentScopeType scopeType)RoleAssignment.BuilderRoleAssignment.Builder. scopeType(RoleAssignmentScopeType scopeType)“Specifies the type of scope for a Role Assignment.RoleAssignmentRoleAssignment. withScopeType(RoleAssignmentScopeType scopeType)Returns an immutable copy ofthiswith just thescopeTypefield changed. -
Uses of RoleAssignmentScopeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RoleAssignmentScopeType Modifier and Type Method Description static RoleAssignmentScopeTypeRoleAssignmentScopeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleAssignmentScopeType[]RoleAssignmentScopeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-