public static enum RemoveProtectionOperation.SupportedSourceFormat extends Enum<RemoveProtectionOperation.SupportedSourceFormat> implements com.adobe.pdfservices.operation.internal.MediaType
RemoveProtectionOperation
.Enum Constant and Description |
---|
PDF
Represents "application/pdf" media type
|
Modifier and Type | Method and Description |
---|---|
String |
getMediaType()
Returns the corresponding media type for this format, intended to be used for
mediaType parameter in
FileRef methods. |
static RemoveProtectionOperation.SupportedSourceFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoveProtectionOperation.SupportedSourceFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoveProtectionOperation.SupportedSourceFormat PDF
public static RemoveProtectionOperation.SupportedSourceFormat[] values()
for (RemoveProtectionOperation.SupportedSourceFormat c : RemoveProtectionOperation.SupportedSourceFormat.values()) System.out.println(c);
public static RemoveProtectionOperation.SupportedSourceFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2022 Adobe. All rights reserved.