|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsFindGroupsResults
public class WsFindGroupsResults
returned from the group find query
Constructor Summary | |
---|---|
WsFindGroupsResults()
|
Method Summary | |
---|---|
WsGroup[] |
getGroupResults()
has 0 to many groups that match the query by example |
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
void |
setGroupResults(WsGroup[] groupResults1)
basic results to the query |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WsFindGroupsResults()
Method Detail |
---|
public WsGroup[] getGroupResults()
public void setGroupResults(WsGroup[] groupResults1)
groupResults1
- the groupResults to setpublic WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata
in interface ResultMetadataHolder
getResultMetadata
in interface WsResponseBean
public WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata
in interface WsResponseBean
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
public void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1
- the responseMetadata to setpublic void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1
- the resultMetadata to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |