Uses of Class
net.webpdf.wsclient.openapi.DocumentMetadataType
-
Packages that use DocumentMetadataType Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentMetadataType in net.webpdf.wsclient.openapi
Fields in net.webpdf.wsclient.openapi declared as DocumentMetadataType Modifier and Type Field Description protected DocumentMetadataTypeDocumentMetadata. metadataTypeMethods in net.webpdf.wsclient.openapi that return DocumentMetadataType Modifier and Type Method Description static DocumentMetadataTypeDocumentMetadataType. fromValue(String value)@NotNull DocumentMetadataTypeDocumentMetadata. getMetadataType()Get metadataTypestatic DocumentMetadataTypeDocumentMetadataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentMetadataType[]DocumentMetadataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type DocumentMetadataType Modifier and Type Method Description DocumentMetadataDocumentMetadata. metadataType(DocumentMetadataType metadataType)
-