Uses of Enum Class
com.ants.platform.client.resources.organizations.types.MembershipRole
Packages that use MembershipRole
-
Uses of MembershipRole in com.ants.platform.client.resources.organizations.types
Methods in com.ants.platform.client.resources.organizations.types that return MembershipRoleModifier and TypeMethodDescriptionMembershipRequest.getRole()MembershipResponse.getRole()static MembershipRoleReturns the enum constant of this class with the specified name.static MembershipRole[]MembershipRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ants.platform.client.resources.organizations.types with parameters of type MembershipRoleModifier and TypeMethodDescriptionMembershipRequest.Builder.role(MembershipRole role) MembershipRequest.RoleStage.role(MembershipRole role) MembershipResponse.Builder.role(MembershipRole role) MembershipResponse.RoleStage.role(MembershipRole role)