Uses of Enum Class
org.exoplatform.social.rest.impl.spacemembership.SpaceMembershipRest.MembershipType
Packages that use SpaceMembershipRest.MembershipType
Package
Description
-
Uses of SpaceMembershipRest.MembershipType in org.exoplatform.social.rest.api
Methods in org.exoplatform.social.rest.api with parameters of type SpaceMembershipRest.MembershipTypeModifier and TypeMethodDescriptionstatic List<DataEntity> EntityBuilder.buildSpaceMemberships(org.exoplatform.social.core.space.spi.SpaceService spaceService, List<org.exoplatform.social.core.space.model.Space> spaces, String userId, SpaceMembershipRest.MembershipType membershipType, int offset, String path, String expand) static List<DataEntity> EntityBuilder.buildSpaceMemberships(org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.space.model.Space space, List<org.exoplatform.social.core.identity.model.Identity> identities, SpaceMembershipRest.MembershipType membershipType, javax.ws.rs.core.UriInfo uriInfo, String expand) -
Uses of SpaceMembershipRest.MembershipType in org.exoplatform.social.rest.impl.spacemembership
Methods in org.exoplatform.social.rest.impl.spacemembership that return SpaceMembershipRest.MembershipTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SpaceMembershipRest.MembershipType[]SpaceMembershipRest.MembershipType.values()Returns an array containing the constants of this enum class, in the order they are declared.