public class MemberResource extends AbstractResource
| Constructor and Description |
|---|
MemberResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getEntityId()
Returns the EntityId.
|
Boolean |
getIsGroup()
Returns the IsGroup.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,DefaultParameter,GetCollectionMemberParameter> |
getResourceHandler() |
int |
hashCode() |
javax.ws.rs.core.Response |
memberList(String groupId) |
void |
setEntityId(Long entityId)
Sets EntityId.
|
void |
setIsGroup(Boolean isGroup)
Sets IsGroup.
|
protected AbstractResourceHandler<DefaultParameter,DefaultParameter,DefaultParameter,DefaultParameter,GetCollectionMemberParameter> getResourceHandler()
getResourceHandler in class AbstractResourcepublic javax.ws.rs.core.Response memberList(String groupId) throws Exception
Exceptionpublic Long getEntityId()
public void setEntityId(Long entityId)
entityId - public Boolean getIsGroup()
public void setIsGroup(Boolean isGroup)
isGroup - Copyright © 2019 Communote team. All rights reserved.