public class TimelineNoteDiscussionResource extends AbstractResource
Constructor and Description |
---|
TimelineNoteDiscussionResource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getDepth()
Returns the Depth.
|
Long |
getDiscussionId()
Returns the DiscussionId.
|
Integer |
getNumberOfDiscussionNotes()
Returns the NumberOfDiscussionNotes.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetTimelineNoteDiscussionParameter,DefaultParameter> |
getResourceHandler() |
int |
hashCode() |
void |
setDepth(Integer depth)
Sets Depth.
|
void |
setDiscussionId(Long discussionId)
Sets DiscussionId.
|
void |
setNumberOfDiscussionNotes(Integer numberOfDiscussionNotes)
Sets NumberOfDiscussionNotes.
|
javax.ws.rs.core.Response |
timelineNoteDiscussionSingle(Long discussionId,
Long noteId) |
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,GetTimelineNoteDiscussionParameter,DefaultParameter> getResourceHandler()
getResourceHandler
in class AbstractResource
public javax.ws.rs.core.Response timelineNoteDiscussionSingle(Long discussionId, Long noteId) throws Exception
Exception
public Long getDiscussionId()
public void setDiscussionId(Long discussionId)
discussionId
- public Integer getDepth()
public void setDepth(Integer depth)
depth
- public Integer getNumberOfDiscussionNotes()
public void setNumberOfDiscussionNotes(Integer numberOfDiscussionNotes)
numberOfDiscussionNotes
- Copyright © 2019 Communote team. All rights reserved.