Uses of Class
org.javacord.api.entity.team.TeamMembershipState
-
Packages that use TeamMembershipState Package Description org.javacord.api.entity.team -
-
Uses of TeamMembershipState in org.javacord.api.entity.team
Methods in org.javacord.api.entity.team that return TeamMembershipState Modifier and Type Method Description static TeamMembershipStateTeamMembershipState. fromId(int id)Gets the team membership state by its id.TeamMembershipStateTeamMember. getMembershipState()Gets the state of the membership.static TeamMembershipStateTeamMembershipState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TeamMembershipState[]TeamMembershipState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-