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
Fields in de.captaingoldfish.scim.sdk.common.request with type parameters of type HttpMethod Modifier and Type Field Description protected static List<HttpMethod>BulkRequestOperation. VALID_METHODSthese are the only http methods allowed by bulkMethods 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 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) -
Uses of HttpMethod in de.captaingoldfish.scim.sdk.common.response
Fields in de.captaingoldfish.scim.sdk.common.response with type parameters of type HttpMethod Modifier and Type Field Description protected static List<HttpMethod>BulkResponseOperation. VALID_METHODSthese are the only http methods allowed by bulkMethods 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 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, ETag version, String location, Integer status, ErrorResponse response)
-