Uses of Class
net.webpdf.wsclient.openapi.DocumentInfoType
-
Packages that use DocumentInfoType Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.documents -
-
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) -
Uses of DocumentInfoType in net.webpdf.wsclient.session.rest.documents
Methods in net.webpdf.wsclient.session.rest.documents with parameters of type DocumentInfoType Modifier and Type Method Description @NotNull DocumentInfoAbstractDocumentManager. getDocumentInfo(@NotNull String documentId, @NotNull DocumentInfoType infoType)Returns information about the document selected by documentId in the document storage.@NotNull DocumentInfoDocumentManager. getDocumentInfo(@NotNull String documentId, @NotNull DocumentInfoType infoType)Returns information about the document selected by documentId in the document storage.DocumentInfoRestDocument. getDocumentInfo(@NotNull DocumentInfoType infoType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and returnsDocumentInfoabout theRestDocument.DocumentInfoRestWebServiceDocument. getDocumentInfo(@NotNull DocumentInfoType infoType)This is a shortcut forDocumentManager.renameDocument(java.lang.String, java.lang.String)and returnsDocumentInfoabout theRestDocument.
-