public class GetCollectionRoleParameter extends Object
Constructor and Description |
---|
GetCollectionRoleParameter()
Default Constuctor necessary for json parsing
|
GetCollectionRoleParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetCollectionRoleParameter(String representation,
String topicId) |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the DisplayName.
|
Long |
getEntityId()
Returns the EntityId.
|
String |
getGroupAlias()
Returns the GroupAlias.
|
Boolean |
getIsGroup()
Returns the IsGroup.
|
String |
getShortDisplayName()
Returns the ShortDisplayName.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
String |
getUserAlias()
Returns the UserAlias.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setDisplayName(String displayName)
Sets DisplayName.
|
void |
setEntityId(Long entityId)
Sets EntityId.
|
void |
setGroupAlias(String groupAlias)
Sets GroupAlias.
|
void |
setIsGroup(Boolean isGroup)
Sets IsGroup.
|
void |
setShortDisplayName(String shortDisplayName)
Sets ShortDisplayName.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
setUserAlias(String userAlias)
Sets UserAlias.
|
public GetCollectionRoleParameter()
public GetCollectionRoleParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public GetCollectionRoleParameter(String representation, String topicId) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setTopicId(String topicId)
topicId
- public String getTopicId()
public void setEntityId(Long entityId)
entityId
- public Long getEntityId()
public void setUserAlias(String userAlias)
userAlias
- public String getUserAlias()
public void setGroupAlias(String groupAlias)
groupAlias
- public String getGroupAlias()
public void setIsGroup(Boolean isGroup)
isGroup
- public Boolean getIsGroup()
public void setDisplayName(String displayName)
displayName
- public String getDisplayName()
public void setShortDisplayName(String shortDisplayName)
shortDisplayName
- public String getShortDisplayName()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.