Class WsDeleteMemberResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsDeleteMemberResults
- All Implemented Interfaces:
ResultMetadataHolder
,WsResponseBean
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
-
Method Summary
Modifier and TypeMethodDescriptionget the response metadataget the result metadataresults for each assignment sent inString[]
attributes of subjects returned, in same order as the datagroup assigned tovoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setResults
(WsDeleteMemberResult[] results1) results for each assignment sent invoid
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the datavoid
setWsGroup
(WsGroup theWsGroupLookupAssigned) group assigned to
-
Constructor Details
-
WsDeleteMemberResults
public WsDeleteMemberResults()
-
-
Method Details
-
getResults
results for each assignment sent in- Returns:
- the results
-
setResults
results for each assignment sent in- Parameters:
results1
- the results to set
-
getWsGroup
group assigned to- Returns:
- the wsGroupLookup
-
setWsGroup
group assigned to- Parameters:
theWsGroupLookupAssigned
- the wsGroupLookup to set
-
getResultMetadata
Description copied from interface:WsResponseBean
get the result metadata- Specified by:
getResultMetadata
in interfaceResultMetadataHolder
- Specified by:
getResultMetadata
in interfaceWsResponseBean
- Returns:
- the resultMetadata
-
setResultMetadata
- Parameters:
resultMetadata1
- the resultMetadata to set
-
getResponseMetadata
Description copied from interface:WsResponseBean
get the response metadata- Specified by:
getResponseMetadata
in interfaceWsResponseBean
- Returns:
- the response metadata
- See Also:
-
edu.internet2.middleware.grouper.ws.rest.WsResponseBean#getResponseMetadata()
-
setResponseMetadata
- Parameters:
responseMetadata1
- the responseMetadata to set
-
getSubjectAttributeNames
attributes of subjects returned, in same order as the data- Returns:
- the attributeNames
-
setSubjectAttributeNames
attributes of subjects returned, in same order as the data- Parameters:
attributeNamesa
- the attributeNames to set
-