Class SpaceMemberAdd


  • public class SpaceMemberAdd
    extends Object
    To match the format of the JSON data sent using the 'add member to space' API call
    Author:
    apitman
    • Constructor Detail

      • SpaceMemberAdd

        public SpaceMemberAdd()
    • Method Detail

      • getRole

        public Role getRole()
        Returns:
        the role
      • setRole

        public void setRole​(Role role)
        Parameters:
        role - the role to set
      • getMessage

        public String getMessage()
        Returns:
        the message
      • setMessage

        public void setMessage​(String message)
        Parameters:
        message - the message to set
      • getUsers

        public List<Integer> getUsers()
        Returns:
        the users
      • setUsers

        public void setUsers​(List<Integer> users)
        Parameters:
        users - the users to set
      • getProfiles

        public List<Integer> getProfiles()
        Returns:
        the profiles
      • setProfiles

        public void setProfiles​(List<Integer> profiles)
        Parameters:
        profiles - the profiles to set
      • getMails

        public List<String> getMails()
        Returns:
        the mails
      • setMails

        public void setMails​(List<String> mails)
        Parameters:
        mails - the mails to set
      • getExternalContacts

        public javax.ws.rs.core.MultivaluedMap<Integer,​String> getExternalContacts()
        Returns:
        the externalContacts
      • setExternalContacts

        public void setExternalContacts​(javax.ws.rs.core.MultivaluedMap<Integer,​String> externalContacts)
        Parameters:
        externalContacts - the externalContacts to set
      • getContextRefType

        public String getContextRefType()
        Returns:
        the contextRefType
      • setContextRefType

        public void setContextRefType​(String contextRefType)
        Parameters:
        contextRefType - the contextRefType to set
      • getContextRefId

        public int getContextRefId()
        Returns:
        the contextRefId
      • setContextRefId

        public void setContextRefId​(int contextRefId)
        Parameters:
        contextRefId - the contextRefId to set
      • getInviteContext

        public String getInviteContext()
        Returns:
        the inviteContext
      • setInviteContext

        public void setInviteContext​(String inviteContext)
        Parameters:
        inviteContext - the inviteContext to set