Package com.podio.space
Class SpaceMemberAdd
- java.lang.Object
-
- com.podio.space.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 Summary
Constructors Constructor Description SpaceMemberAdd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContextRefId()StringgetContextRefType()javax.ws.rs.core.MultivaluedMap<Integer,String>getExternalContacts()StringgetInviteContext()List<String>getMails()StringgetMessage()List<Integer>getProfiles()RolegetRole()List<Integer>getUsers()voidsetContextRefId(int contextRefId)voidsetContextRefType(String contextRefType)voidsetExternalContacts(javax.ws.rs.core.MultivaluedMap<Integer,String> externalContacts)voidsetInviteContext(String inviteContext)voidsetMails(List<String> mails)voidsetMessage(String message)voidsetProfiles(List<Integer> profiles)voidsetRole(Role role)voidsetUsers(List<Integer> users)
-
-
-
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
-
setProfiles
public void setProfiles(List<Integer> profiles)
- Parameters:
profiles- the profiles 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
-
-