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