Uses of Class
com.adobe.pdfservices.operation.internal.cpf.constants.RequestKey
-
Packages that use RequestKey Package Description com.adobe.pdfservices.operation.internal.cpf.constants com.adobe.pdfservices.operation.internal.http -
-
Uses of RequestKey in com.adobe.pdfservices.operation.internal.cpf.constants
Methods in com.adobe.pdfservices.operation.internal.cpf.constants that return RequestKey Modifier and Type Method Description static RequestKeyRequestKey. getRequestKeyFromValue(String value)static RequestKeyRequestKey. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestKey[]RequestKey. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestKey in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return RequestKey Modifier and Type Method Description RequestKeyBaseHttpRequest. getRequestKey()RequestKeyBaseMultipartRequest. getRequestKey()RequestKeyHttpRequest. getRequestKey()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type RequestKey Modifier and Type Method Description HttpRequestBaseHttpRequest. withRequestKey(RequestKey requestKey)HttpRequestBaseMultipartRequest. withRequestKey(RequestKey requestKey)HttpRequestHttpRequest. withRequestKey(RequestKey requestKey)
-