Uses of Class
net.webpdf.wsclient.openapi.DocumentInfoType
-
Packages that use DocumentInfoType Package Description net.webpdf.wsclient.openapi -
-
Uses of DocumentInfoType in net.webpdf.wsclient.openapi
Fields in net.webpdf.wsclient.openapi declared as DocumentInfoType Modifier and Type Field Description protected DocumentInfoTypeDocumentInfo. infoTypeMethods in net.webpdf.wsclient.openapi that return DocumentInfoType Modifier and Type Method Description static DocumentInfoTypeDocumentInfoType. fromValue(String value)@NotNull DocumentInfoTypeDocumentInfo. getInfoType()Get infoTypestatic DocumentInfoTypeDocumentInfoType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentInfoType[]DocumentInfoType. 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 DocumentInfoType Modifier and Type Method Description DocumentInfoDocumentInfo. infoType(DocumentInfoType infoType)voidDocumentInfo. setInfoType(DocumentInfoType infoType)
-