Class WsGetMembersResults
java.lang.Object
edu.internet2.middleware.grouperClient.ws.beans.WsGetMembersResults
- All Implemented Interfaces:
WsResponseBean
results for the get members call. result code: code of the result for this group overall SUCCESS: means everything ok GROUP_NOT_FOUND: cant find the group INVALID_QUERY: bad inputs EXCEPTION: something bad happened
-
Constructor Summary
Constructors -
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 datavoid
setResponseMetadata
(WsResponseMeta responseMetadata1) void
setResultMetadata
(WsResultMeta resultMetadata1) void
setResults
(WsGetMembersResult[] results1) results for each assignment sent invoid
setSubjectAttributeNames
(String[] attributeNamesa) attributes of subjects returned, in same order as the data
-
Constructor Details
-
WsGetMembersResults
public WsGetMembersResults()
-
-
Method Details
-
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
-
getResultMetadata
Description copied from interface:WsResponseBean
get the result metadata- Specified by:
getResultMetadata
in interfaceWsResponseBean
- Returns:
- the resultMetadata
-
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()
-
setResultMetadata
- Parameters:
resultMetadata1
- the resultMetadata to set
-
setResponseMetadata
- Parameters:
responseMetadata1
- the responseMetadata to set
-
getResults
results for each assignment sent in- Returns:
- the results
-
setResults
results for each assignment sent in- Parameters:
results1
- the results to set
-