public class CreateRoleBulkExternalParameter extends Object
Constructor and Description |
---|
CreateRoleBulkExternalParameter()
Default Constuctor necessary for json parsing
|
CreateRoleBulkExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
CreateRoleBulkExternalParameter(String representation,
String topicId) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalId()
Returns the ExternalId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
RoleBulkExternalTopicRightResource[] |
getTopicRights()
Returns the TopicRights.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setExternalId(String externalId)
Sets ExternalId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
void |
setTopicRights(RoleBulkExternalTopicRightResource[] topicRights)
Sets TopicRights.
|
public CreateRoleBulkExternalParameter()
public CreateRoleBulkExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public CreateRoleBulkExternalParameter(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 setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
public void setTopicRights(RoleBulkExternalTopicRightResource[] topicRights)
topicRights
- public RoleBulkExternalTopicRightResource[] getTopicRights()
public void setExternalSystemId(String externalSystemId)
externalSystemId
- public String getExternalSystemId()
public void setExternalId(String externalId)
externalId
- public String getExternalId()
Copyright © 2019 Communote team. All rights reserved.