Class GetMetadataProvisioningConnectorResponse
- java.lang.Object
-
- org.openiam.base.ws.Response
-
- org.openiam.api.connector.AbstractConnectorResponse
-
- org.openiam.api.connector.user.response.GetMetadataProvisioningConnectorResponse
-
- All Implemented Interfaces:
Serializable
public class GetMetadataProvisioningConnectorResponse extends AbstractConnectorResponse
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.ws.Response
errorCode, errorText, responseValue, status
-
-
Constructor Summary
Constructors Constructor Description GetMetadataProvisioningConnectorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getValues()
void
setValues(List<String> values)
-
Methods inherited from class org.openiam.base.ws.Response
addErrorToken, addFieldMapping, convertToBase, fail, getFieldMapping, getValueInternal, isFailure, isSuccess, succeed
-
-