Uses of Enum Class
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsage.HttpMethodEnum
Packages that use OrganizationPublicApiUsage.HttpMethodEnum
-
Uses of OrganizationPublicApiUsage.HttpMethodEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPublicApiUsage.HttpMethodEnumModifier and TypeMethodDescriptionOrganizationPublicApiUsage.HttpMethodEnum.fromString(String key) OrganizationPublicApiUsage.getHttpMethod()Returns the enum constant of this class with the specified name.OrganizationPublicApiUsage.HttpMethodEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type OrganizationPublicApiUsage.HttpMethodEnumModifier and TypeMethodDescriptionOrganizationPublicApiUsage.httpMethod(OrganizationPublicApiUsage.HttpMethodEnum httpMethod) The http method of the request(s)voidOrganizationPublicApiUsage.setHttpMethod(OrganizationPublicApiUsage.HttpMethodEnum httpMethod)