public class CreateRoleExternalParameter extends Object
Constructor and Description |
---|
CreateRoleExternalParameter()
Default Constuctor necessary for json parsing
|
CreateRoleExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
String topicId)
This constructor parses all incoming parameter of a request into the class structure
|
CreateRoleExternalParameter(String representation,
String topicId) |
Modifier and Type | Method and Description |
---|---|
String |
getExternalGroupId()
Returns the ExternalGroupId.
|
String |
getExternalId()
Returns the ExternalId.
|
String |
getExternalSystemId()
Returns the ExternalSystemId.
|
String |
getExternalUserId()
Returns the ExternalUserId.
|
ERole |
getRole()
Returns the constant Role.
|
Long |
getRoleExternal()
Returns the RoleExternal.
|
String |
getTopicId()
Returns the TopicId.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setExternalGroupId(String externalGroupId)
Sets ExternalGroupId.
|
void |
setExternalId(String externalId)
Sets ExternalId.
|
void |
setExternalSystemId(String externalSystemId)
Sets ExternalSystemId.
|
void |
setExternalUserId(String externalUserId)
Sets ExternalUserId.
|
void |
setRole(ERole role)
Sets the constant Role.
|
void |
setRoleExternal(Long roleExternal)
Sets RoleExternal.
|
void |
setTopicId(String topicId)
Sets TopicId.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
public CreateRoleExternalParameter()
public CreateRoleExternalParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap, String topicId) throws RestApiIllegalRequestParameterException
public CreateRoleExternalParameter(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 setRoleExternal(Long roleExternal)
roleExternal
- public Long getRoleExternal()
public void setTopicId(String topicId)
topicId
- public String getTopicId()
public void setRole(ERole role)
the
- constant rolepublic ERole getRole()
public void setExternalUserId(String externalUserId)
externalUserId
- public String getExternalUserId()
public void setExternalGroupId(String externalGroupId)
externalGroupId
- public String getExternalGroupId()
public void setExternalSystemId(String externalSystemId)
externalSystemId
- public String getExternalSystemId()
public void setExternalId(String externalId)
externalId
- public String getExternalId()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
Copyright © 2019 Communote team. All rights reserved.