public class ChildTopicResource extends AbstractResource
| Constructor and Description |
|---|
ChildTopicResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createChildTopic(javax.ws.rs.core.MultivaluedMap<String,String> params,
String topicId) |
javax.ws.rs.core.Response |
createChildTopic(String jsonRepresentation,
String topicId) |
javax.ws.rs.core.Response |
deleteChildTopic(javax.ws.rs.core.MultivaluedMap<String,String> params,
Long childTopicId,
String topicId) |
boolean |
equals(Object obj) |
Long |
getChildTopicId()
Returns the ChildTopicId.
|
protected AbstractResourceHandler<CreateChildTopicParameter,DefaultParameter,DeleteChildTopicParameter,DefaultParameter,DefaultParameter> |
getResourceHandler() |
int |
hashCode() |
void |
setChildTopicId(Long childTopicId)
Sets ChildTopicId.
|
protected AbstractResourceHandler<CreateChildTopicParameter,DefaultParameter,DeleteChildTopicParameter,DefaultParameter,DefaultParameter> getResourceHandler()
getResourceHandler in class AbstractResourcepublic javax.ws.rs.core.Response deleteChildTopic(javax.ws.rs.core.MultivaluedMap<String,String> params, Long childTopicId, String topicId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createChildTopic(javax.ws.rs.core.MultivaluedMap<String,String> params, String topicId) throws Exception
Exceptionpublic javax.ws.rs.core.Response createChildTopic(String jsonRepresentation, String topicId) throws Exception
Exceptionpublic Long getChildTopicId()
public void setChildTopicId(Long childTopicId)
childTopicId - Copyright © 2019 Communote team. All rights reserved.