Uses of Class
net.webpdf.wsclient.openapi.AdminFileGroupDataStore
-
Packages that use AdminFileGroupDataStore Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminFileGroupDataStore in net.webpdf.wsclient.openapi
Fields in net.webpdf.wsclient.openapi declared as AdminFileGroupDataStore Modifier and Type Field Description protected AdminFileGroupDataStoreAdminFileDataStore. fileGroupMethods in net.webpdf.wsclient.openapi that return AdminFileGroupDataStore Modifier and Type Method Description static AdminFileGroupDataStoreAdminFileGroupDataStore. fromValue(String value)@NotNull AdminFileGroupDataStoreAdminFileDataStore. getFileGroup()Get fileGroupstatic AdminFileGroupDataStoreAdminFileGroupDataStore. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminFileGroupDataStore[]AdminFileGroupDataStore. 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 AdminFileGroupDataStore Modifier and Type Method Description AdminFileDataStoreAdminFileDataStore. fileGroup(AdminFileGroupDataStore fileGroup)voidAdminFileDataStore. setFileGroup(AdminFileGroupDataStore fileGroup) -
Uses of AdminFileGroupDataStore in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration with parameters of type AdminFileGroupDataStore Modifier and Type Method Description voidAbstractAdministrationManager. deleteDatastore(@NotNull AdminFileGroupDataStore group)Deletes a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.voidAbstractAdministrationManager. deleteDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Deletes a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.voidAdministrationManager. deleteDatastore(@NotNull AdminFileGroupDataStore group)Deletes a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.voidAdministrationManager. deleteDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Deletes a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAbstractAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAbstractAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.AdminFileDataStoreAdministrationManager. fetchDatastore(@NotNull AdminFileGroupDataStore group, @Nullable String filename)Retrieves a file, depending on the selectedAdminFileGroupDataStore, from the server's data store.
-