Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.HttpMethod
-
Packages that use HttpMethod Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.request de.captaingoldfish.scim.sdk.common.response -
-
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns 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 HttpMethod Modifier and Type Method Description HttpMethodBulkRequestOperation. getMethod()The HTTP method of the current operation.Methods in de.captaingoldfish.scim.sdk.common.request with parameters of type HttpMethod Modifier and Type Method Description BulkRequestOperation.BulkRequestOperationBuilderBulkRequestOperation.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 HttpMethod Constructor Description BulkRequestOperation(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 HttpMethod Modifier and Type Method Description HttpMethodBulkResponseOperation. getMethod()The HTTP method of the current operation.Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type HttpMethod Modifier and Type Method Description BulkResponseOperation.BulkResponseOperationBuilderBulkResponseOperation.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 HttpMethod Constructor Description BulkResponseOperation(HttpMethod method, String bulkId, String resourceId, ETag version, String location, Integer status, ScimObjectNode response)
-