Uses of Class
com.podio.common.Role
-
Packages that use Role Package Description com.podio.common com.podio.org com.podio.share com.podio.space -
-
Uses of Role in com.podio.common
Methods in com.podio.common that return Role Modifier and Type Method Description static RoleRole. getByName(String value)static RoleRole. valueOf(String name)Returns the enum constant of this type with the specified name.static Role[]Role. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Role in com.podio.org
Methods in com.podio.org that return Role Modifier and Type Method Description RoleOrganizationMember. getRole()Methods in com.podio.org with parameters of type Role Modifier and Type Method Description voidOrganizationMember. setRole(Role role) -
Uses of Role in com.podio.share
Methods in com.podio.share that return Role Modifier and Type Method Description RoleShare. getRole()Methods in com.podio.share with parameters of type Role Modifier and Type Method Description voidShare. setRole(Role role) -
Uses of Role in com.podio.space
Methods in com.podio.space that return Role Modifier and Type Method Description RoleSpace. getRole()RoleSpaceInvitation. getRole()RoleSpaceMember. getRole()RoleSpaceMemberAdd. getRole()RoleSpaceMemberDetails. getRole()RoleSpaceMemberUpdate. getRole()RoleSpaceMemberV2. getRole()Methods in com.podio.space with parameters of type Role Modifier and Type Method Description voidSpace. setRole(Role role)voidSpaceInvitation. setRole(Role role)voidSpaceMember. setRole(Role role)voidSpaceMemberAdd. setRole(Role role)voidSpaceMemberUpdate. setRole(Role role)voidSpaceMemberV2. setRole(Role role)voidSpaceAPI. updateSpaceMembership(int spaceId, int userId, Role role)Updates a space membership with another roleConstructors in com.podio.space with parameters of type Role Constructor Description SpaceInvitation(Role role, String subject, String message, boolean resend, boolean notify, List<Integer> users, List<String> mails)SpaceMemberUpdate(Role role)
-