public class GetCollectionMemberParameter extends Object
Constructor and Description |
---|
GetCollectionMemberParameter()
Default Constuctor necessary for json parsing
|
GetCollectionMemberParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String groupId)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionMemberParameter(String representation,
String groupId) |
Modifier and Type | Method and Description |
---|---|
Long |
getEntityId()
Returns the EntityId.
|
String |
getGroupId()
Returns the GroupId.
|
EGroupIdentifier |
getGroupIdentifier()
Returns the constant GroupIdentifier.
|
Boolean |
getIsGroup()
Returns the IsGroup.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setEntityId(Long entityId)
Sets EntityId.
|
void |
setGroupId(String groupId)
Sets GroupId.
|
void |
setGroupIdentifier(EGroupIdentifier groupIdentifier)
Sets the constant GroupIdentifier.
|
void |
setIsGroup(Boolean isGroup)
Sets IsGroup.
|
public GetCollectionMemberParameter()
public GetCollectionMemberParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String groupId) throws RestApiIllegalRequestParameterException
public GetCollectionMemberParameter(String representation, String groupId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setEntityId(Long entityId)
entityId
- public Long getEntityId()
public void setGroupId(String groupId)
groupId
- public String getGroupId()
public void setIsGroup(Boolean isGroup)
isGroup
- public Boolean getIsGroup()
public void setGroupIdentifier(EGroupIdentifier groupIdentifier)
the
- constant groupIdentifierpublic EGroupIdentifier getGroupIdentifier()
Copyright © 2019 Communote team. All rights reserved.