Uses of Class
de.captaingoldfish.scim.sdk.common.response.ScimResponse
-
Packages that use ScimResponse Package Description de.captaingoldfish.scim.sdk.common.response -
-
Uses of ScimResponse in de.captaingoldfish.scim.sdk.common.response
Subclasses of ScimResponse in de.captaingoldfish.scim.sdk.common.response Modifier and Type Class Description classBulkResponseauthor Pascal Knueppel
created at: 25.10.2019 - 20:34
represents a simple bulk responseclassCreateResponseauthor Pascal Knueppel
created at: 14.10.2019 - 14:49
represents a creation responseclassDeleteResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response objectclassErrorResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:58
represents a SCIM error responseclassGetResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents a get response objectclassListResponse<T extends ScimObjectNode>author Pascal Knueppel
created at: 17.10.2019 - 22:04
represents a list responseclassUpdateResponseauthor Pascal Knueppel
created at: 14.10.2019 - 20:09
represents an update response objectMethods in de.captaingoldfish.scim.sdk.common.response with type parameters of type ScimResponse Modifier and Type Method Description <T extends ScimResponse>
voidBulkResponseGetOperation. setResource(T resource)the resource that represents this nodeMethods in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimResponse Modifier and Type Method Description BulkResponseGetOperation.BulkResponseGetOperationBuilderBulkResponseGetOperation.BulkResponseGetOperationBuilder. resource(ScimResponse resource)Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimResponse Constructor Description BulkResponseGetOperation(String nodePath, String resourceId, Integer status, String resourceType, ScimResponse resource, List<BulkResponseGetOperation> children)
-