public class GetRoleBulkExternalTopicRightParameter extends Object
Constructor and Description |
---|
GetRoleBulkExternalTopicRightParameter()
Default Constuctor necessary for json parsing
|
GetRoleBulkExternalTopicRightParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String externalUserId,
Long roleBulkExternal,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
GetRoleBulkExternalTopicRightParameter(String representation,
String externalUserId,
Long roleBulkExternal,
String topicId) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalGroupId()
Returns the ExternalGroupId.
|
String |
getExternalUserId()
Returns the ExternalUserId.
|
ERole |
getRole()
Returns the constant Role.
|
Long |
getRoleBulkExternal()
Returns the RoleBulkExternal.
|
String |
getTopicId()
Returns the TopicId.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setExternalGroupId(String externalGroupId)
Sets ExternalGroupId.
|
void |
setExternalUserId(String externalUserId)
Sets ExternalUserId.
|
void |
setRole(ERole role)
Sets the constant Role.
|
void |
setRoleBulkExternal(Long roleBulkExternal)
Sets RoleBulkExternal.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
public GetRoleBulkExternalTopicRightParameter()
public GetRoleBulkExternalTopicRightParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String externalUserId, Long roleBulkExternal, String topicId) throws RestApiIllegalRequestParameterException
public GetRoleBulkExternalTopicRightParameter(String representation, String externalUserId, Long roleBulkExternal, 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 setExternalUserId(String externalUserId)
externalUserId
- public String getExternalUserId()
public void setRoleBulkExternal(Long roleBulkExternal)
roleBulkExternal
- public Long getRoleBulkExternal()
public void setTopicId(String topicId)
topicId
- public String getTopicId()
public void setExternalGroupId(String externalGroupId)
externalGroupId
- public String getExternalGroupId()
public void setRole(ERole role)
the
- constant rolepublic ERole getRole()
Copyright © 2019 Communote team. All rights reserved.