Uses of Class
net.webpdf.wsclient.openapi.AdminConfigurationFlag
-
Packages that use AdminConfigurationFlag Package Description net.webpdf.wsclient.openapi -
-
Uses of AdminConfigurationFlag in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminConfigurationFlag Modifier and Type Method Description static AdminConfigurationFlagAdminConfigurationFlag. fromValue(String value)static AdminConfigurationFlagAdminConfigurationFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static AdminConfigurationFlag[]AdminConfigurationFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminConfigurationFlag Modifier and Type Method Description @Nullable List<AdminConfigurationFlag>AdminConfigurationStatusEntry. getFlags()Get flagsMethods in net.webpdf.wsclient.openapi with parameters of type AdminConfigurationFlag Modifier and Type Method Description AdminConfigurationStatusEntryAdminConfigurationStatusEntry. addFlagsItem(AdminConfigurationFlag flagsItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminConfigurationFlag Modifier and Type Method Description AdminConfigurationStatusEntryAdminConfigurationStatusEntry. flags(List<AdminConfigurationFlag> flags)voidAdminConfigurationStatusEntry. setFlags(List<AdminConfigurationFlag> flags)
-