Uses of Enum
com.microsoft.graph.models.MultiTenantOrganizationMemberState
Packages that use MultiTenantOrganizationMemberState
-
Uses of MultiTenantOrganizationMemberState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MultiTenantOrganizationMemberStateModifier and TypeMethodDescriptionMultiTenantOrganizationJoinRequestTransitionDetails.getDesiredMemberState()Gets the desiredMemberState property value.MultiTenantOrganizationMemberTransitionDetails.getDesiredState()Gets the desiredState property value.MultiTenantOrganizationJoinRequestRecord.getMemberState()Gets the memberState property value.MultiTenantOrganizationMember.getState()Gets the state property value.Returns the enum constant of this type with the specified name.static MultiTenantOrganizationMemberState[]MultiTenantOrganizationMemberState.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 MultiTenantOrganizationMemberStateModifier and TypeMethodDescriptionvoidMultiTenantOrganizationJoinRequestTransitionDetails.setDesiredMemberState(MultiTenantOrganizationMemberState value) Sets the desiredMemberState property value.voidMultiTenantOrganizationMemberTransitionDetails.setDesiredState(MultiTenantOrganizationMemberState value) Sets the desiredState property value.voidMultiTenantOrganizationJoinRequestRecord.setMemberState(MultiTenantOrganizationMemberState value) Sets the memberState property value.voidMultiTenantOrganizationMember.setState(MultiTenantOrganizationMemberState value) Sets the state property value.