public class CreateTopicParameter extends Object
Constructor and Description |
---|
CreateTopicParameter()
Default Constuctor necessary for json parsing
|
CreateTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap)
This constructor parses all incoming parameter of a request into the class structure
|
CreateTopicParameter(String representation) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Returns the Alias.
|
Boolean |
getAllCanRead()
Returns the AllCanRead.
|
Boolean |
getAllCanWrite()
Returns the AllCanWrite.
|
Integer |
getCheckAtLeastMoreResults()
Returns the CheckAtLeastMoreResults.
|
String |
getDescription()
Returns the Description.
|
ExternalObjectResource[] |
getExternalObjects()
Returns the ExternalObjects.
|
Integer |
getMaxCount()
Returns the MaxCount.
|
Integer |
getOffset()
Returns the Offset.
|
PropertyResource[] |
getProperties()
Returns the Properties.
|
RoleExternalResource[] |
getRoleExternals()
Returns the RoleExternals.
|
RoleResource[] |
getRoles()
Returns the Roles.
|
TagResource[] |
getTags()
Returns the Tags.
|
String |
getTitle()
Returns the Title.
|
ETopicIdentifier |
getTopicIdentifier()
Returns the constant TopicIdentifier.
|
void |
handleUnknownProperties(String key,
Object value)
Log unknown properties to loglevel warn.
|
void |
setAlias(String alias)
Sets Alias.
|
void |
setAllCanRead(Boolean allCanRead)
Sets AllCanRead.
|
void |
setAllCanWrite(Boolean allCanWrite)
Sets AllCanWrite.
|
void |
setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
Sets CheckAtLeastMoreResults.
|
void |
setDescription(String description)
Sets Description.
|
void |
setExternalObjects(ExternalObjectResource[] externalObjects)
Sets ExternalObjects.
|
void |
setMaxCount(Integer maxCount)
Sets MaxCount.
|
void |
setOffset(Integer offset)
Sets Offset.
|
void |
setProperties(PropertyResource[] properties)
Sets Properties.
|
void |
setRoleExternals(RoleExternalResource[] roleExternals)
Sets RoleExternals.
|
void |
setRoles(RoleResource[] roles)
Sets Roles.
|
void |
setTags(TagResource[] tags)
Sets Tags.
|
void |
setTitle(String title)
Sets Title.
|
void |
setTopicIdentifier(ETopicIdentifier topicIdentifier)
Sets the constant TopicIdentifier.
|
public CreateTopicParameter()
public CreateTopicParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap) throws RestApiIllegalRequestParameterException
public CreateTopicParameter(String representation) throws org.codehaus.jackson.JsonParseException, org.codehaus.jackson.map.JsonMappingException, IOException
org.codehaus.jackson.JsonParseException
org.codehaus.jackson.map.JsonMappingException
IOException
public void setDescription(String description)
description
- public String getDescription()
public void setTags(TagResource[] tags)
tags
- public TagResource[] getTags()
public void setAlias(String alias)
alias
- public String getAlias()
public void setTitle(String title)
title
- public String getTitle()
public void setProperties(PropertyResource[] properties)
properties
- public PropertyResource[] getProperties()
public void setAllCanWrite(Boolean allCanWrite)
allCanWrite
- public Boolean getAllCanWrite()
public void setAllCanRead(Boolean allCanRead)
allCanRead
- public Boolean getAllCanRead()
public void setExternalObjects(ExternalObjectResource[] externalObjects)
externalObjects
- public ExternalObjectResource[] getExternalObjects()
public void setRoleExternals(RoleExternalResource[] roleExternals)
roleExternals
- public RoleExternalResource[] getRoleExternals()
public void setRoles(RoleResource[] roles)
roles
- public RoleResource[] getRoles()
public void setTopicIdentifier(ETopicIdentifier topicIdentifier)
the
- constant topicIdentifierpublic ETopicIdentifier getTopicIdentifier()
public void setOffset(Integer offset)
offset
- public Integer getOffset()
public void setMaxCount(Integer maxCount)
maxCount
- public Integer getMaxCount()
public void setCheckAtLeastMoreResults(Integer checkAtLeastMoreResults)
checkAtLeastMoreResults
- public Integer getCheckAtLeastMoreResults()
Copyright © 2019 Communote team. All rights reserved.