Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.HttpMethod
Packages that use HttpMethod
Package
Description
-
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.constants
Methods in de.captaingoldfish.scim.sdk.common.constants with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic booleanHttpStatus.isResponseSuccessful(HttpMethod httpMethod, int status) checks if the response operation indicates success or failure -
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.request
Methods in de.captaingoldfish.scim.sdk.common.request that return HttpMethodModifier and TypeMethodDescriptionBulkRequestOperation.getMethod()The HTTP method of the current operation.Methods in de.captaingoldfish.scim.sdk.common.request with parameters of type HttpMethodModifier and TypeMethodDescriptionBulkRequestOperation.BulkRequestOperationBuilder.method(HttpMethod method) voidBulkRequestOperation.setMethod(HttpMethod method) The HTTP method of the current operation.Constructors in de.captaingoldfish.scim.sdk.common.request with parameters of type HttpMethodModifierConstructorDescriptionBulkRequestOperation(HttpMethod method, String bulkId, String path, String data, ETag version, Boolean returnResource, Integer maxResourceLevel) -
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return HttpMethodModifier and TypeMethodDescriptionBulkResponseOperation.getMethod()The HTTP method of the current operation.Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type HttpMethodModifier and TypeMethodDescriptionBulkResponse.getFailedOperations(HttpMethod httpMethod) BulkResponse.getSuccessfulOperations(HttpMethod httpMethod) BulkResponseOperation.BulkResponseOperationBuilder.method(HttpMethod method) voidBulkResponseOperation.setMethod(HttpMethod method) The HTTP method of the current operation.Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type HttpMethodModifierConstructorDescriptionBulkResponseOperation(HttpMethod method, String bulkId, String resourceId, ETag version, String location, Integer status, ScimObjectNode response)