|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouperClient.ws.beans.WsGetGroupsResults
public class WsGetGroupsResults
results for the get groups call. result code: code of the result for this group overall SUCCESS: means everything ok EXCEPTION: something bad happened etc.
| Constructor Summary | |
|---|---|
WsGetGroupsResults()
|
|
| Method Summary | |
|---|---|
WsResponseMeta |
getResponseMetadata()
get the response metadata |
WsResultMeta |
getResultMetadata()
get the result metadata |
WsGetGroupsResult[] |
getResults()
results for each assignment sent in |
String[] |
getSubjectAttributeNames()
attributes of subjects returned, in same order as the data |
void |
setResponseMetadata(WsResponseMeta responseMetadata1)
|
void |
setResultMetadata(WsResultMeta resultMetadata1)
|
void |
setResults(WsGetGroupsResult[] results1)
results for each assignment sent in |
void |
setSubjectAttributeNames(String[] attributeNamesa)
attributes of subjects returned, in same order as the data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WsGetGroupsResults()
| Method Detail |
|---|
public WsGetGroupsResult[] getResults()
public void setResults(WsGetGroupsResult[] results1)
results1 - the results to setpublic WsResultMeta getResultMetadata()
WsResponseBean
getResultMetadata in interface WsResponseBeanpublic String[] getSubjectAttributeNames()
public void setSubjectAttributeNames(String[] attributeNamesa)
attributeNamesa - the attributeNames to setpublic WsResponseMeta getResponseMetadata()
WsResponseBean
getResponseMetadata in interface WsResponseBeanedu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()public void setResultMetadata(WsResultMeta resultMetadata1)
resultMetadata1 - the resultMetadata to setpublic void setResponseMetadata(WsResponseMeta responseMetadata1)
responseMetadata1 - the responseMetadata to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||