- getAccountId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Account ID(format: id@techacct.adobe.com)
- getClaim() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Identifies the Service for which Authorization(Access) Token will be issued
- getClientId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Client Id (API Key)
- getClientSecret() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Client Secret
- getDataToMerge() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
-
Returns JSON data that will be used to manipulate HTML DOM before it is converted into PDF file.
- getFileExt() - Method in enum com.adobe.platform.operation.pdfops.options.exportpdf.ExportPDFTargetFormat
-
Returns the file extension of this format
- getImsBaseUri() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
IMS Base URI of the API call to retrieve Authorization(Access) Token
- getLocale() - Method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedLocale
-
Returns the language code of this OCRSupportedLocale
- getMediaType() - Method in enum com.adobe.platform.operation.pdfops.CreatePDFOperation.SupportedSourceFormat
-
Returns the corresponding media type for this format, intended to be used for
mediaType parameter in
FileRef methods.
- getMessage() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
-
Returns the detail message of this exception.
- getMessage() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
-
Returns the detailed message for this exception.
- getOCRLocale() - Method in class com.adobe.platform.operation.pdfops.options.ocr.OCROptions
-
- getOCRType() - Method in class com.adobe.platform.operation.pdfops.options.ocr.OCROptions
-
Determines OCR Type.
- getOrganizationId() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Identifies the organization(format: org_ident@AdobeOrg) that has been configured for access to DC Services.
- getPageHeight() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
-
Returns the page height in inches.
- getPageLayout() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.CreatePDFFromHTMLOptions
-
Returns the intended page layout of the resulting PDF file.
- getPageWidth() - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
-
Returns the page width in inches.
- getPrivateKey() - Method in class com.adobe.platform.operation.auth.ServiceAccountCredentials
-
Content of the Private Key (PEM format)
- getRequestTrackingId() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
-
Returns the Request ID (the value of the X-Request-ID header).
- getRequestTrackingId() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
-
Returns the Request ID (the value of the X-Request-ID header).
- getStatusCode() - Method in exception com.adobe.platform.operation.exception.ServiceApiException
-
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
- getStatusCode() - Method in exception com.adobe.platform.operation.exception.ServiceUsageException
-
Returns the HTTP Status code or DEFAULT_STATUS_CODE if the status code doesn't adequately represent the error.
- getType() - Method in enum com.adobe.platform.operation.pdfops.options.ocr.OCRSupportedType
-
Returns the string representation of this OCRSupportedType
- saveAs(String) - Method in class com.adobe.platform.operation.io.FileRef
-
Saves this file to the location specified by targetLocation.
- saveAs(OutputStream) - Method in class com.adobe.platform.operation.io.FileRef
-
Writes the contents of this file to outputStream.
- SdkException - Exception in com.adobe.platform.operation.exception
-
SdkException is typically thrown for client-side or network errors.
- SdkException(String, Throwable) - Constructor for exception com.adobe.platform.operation.exception.SdkException
-
Creates an SdkException with the specified detail message and cause.
- SdkException(String) - Constructor for exception com.adobe.platform.operation.exception.SdkException
-
Constructs an SdkException with the specified detail message.
- ServiceAccountCredentials - Class in com.adobe.platform.operation.auth
-
Service Account credentials allow your application to call DC Services on behalf of the application itself, or on behalf of an enterprise organization.
- ServiceAccountCredentials.Builder - Class in com.adobe.platform.operation.auth
-
- serviceAccountCredentialsBuilder() - Static method in class com.adobe.platform.operation.auth.Credentials
-
Creates a new ServiceAccountCredentials builder.
- ServiceApiException - Exception in com.adobe.platform.operation.exception
-
ServiceApiException is thrown when an underlying service API call results in an error.
- ServiceApiException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
-
Constructs a ServiceApiException with the specified detail message.
- ServiceApiException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceApiException
-
Constructs a ServiceApiException with the specified detail message, requestId and returned HTTP status code.
- ServiceUsageException - Exception in com.adobe.platform.operation.exception
-
ServiceUsageException is thrown when either Service usage limit has been reached or credentials quota has been exhausted.
- ServiceUsageException(String) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
-
Constructs a ServiceUsageException with the specified detail message.
- ServiceUsageException(String, String, int) - Constructor for exception com.adobe.platform.operation.exception.ServiceUsageException
-
Constructs a ServiceUsageException with the specified detail message, requestId and returned HTTP status code.
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
-
Sets an input file.
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.ExportPDFOperation
-
Sets an input PDF file (media type "application/pdf").
- setInput(FileRef) - Method in class com.adobe.platform.operation.pdfops.OCROperation
-
Sets an input file.
- setOptions(CreatePDFOptions) - Method in class com.adobe.platform.operation.pdfops.CreatePDFOperation
-
Sets the conversion parameters for this operation.
- setOptions(OCROptions) - Method in class com.adobe.platform.operation.pdfops.OCROperation
-
Sets the options for this operation.
- setPageSize(double, double) - Method in class com.adobe.platform.operation.pdfops.options.createpdf.PageLayout
-
Sets a custom page size.