Uses of Enum
com.microsoft.graph.models.MultiTenantOrganizationMemberRole
Packages that use MultiTenantOrganizationMemberRole
-
Uses of MultiTenantOrganizationMemberRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MultiTenantOrganizationMemberRoleModifier and TypeMethodDescriptionMultiTenantOrganizationMemberTransitionDetails.getDesiredRole()Gets the desiredRole property value.MultiTenantOrganizationJoinRequestRecord.getRole()Gets the role property value.MultiTenantOrganizationMember.getRole()Gets the role property value.Returns the enum constant of this type with the specified name.static MultiTenantOrganizationMemberRole[]MultiTenantOrganizationMemberRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MultiTenantOrganizationMemberRoleModifier and TypeMethodDescriptionvoidMultiTenantOrganizationMemberTransitionDetails.setDesiredRole(MultiTenantOrganizationMemberRole value) Sets the desiredRole property value.voidMultiTenantOrganizationJoinRequestRecord.setRole(MultiTenantOrganizationMemberRole value) Sets the role property value.voidMultiTenantOrganizationMember.setRole(MultiTenantOrganizationMemberRole value) Sets the role property value.