Uses of Class
org.hpccsystems.ws.client.wrappers.wsdfu.DFUFileTypeWrapper
-
Packages that use DFUFileTypeWrapper Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance.org.hpccsystems.ws.client.wrappers.wsdfu -
-
Uses of DFUFileTypeWrapper in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client with parameters of type DFUFileTypeWrapper Modifier and Type Method Description DFUCreateFileWrapperHPCCWsDFUClient. createFile(String fileName, String cluster, String eclRecordDefinition, int expirySeconds, Boolean compressed, DFUFileTypeWrapper filetype, String requestid)Create a new (unpublished) dfu file.DFUCreateFileWrapperHPCCWsDFUClient. createFileAndAcquireAccess(String fileName, String cluster, String eclRecordDefinition, int expirySeconds, Boolean compressed, DFUFileTypeWrapper type, String requestId)Create a new (unpublished) dfu file. -
Uses of DFUFileTypeWrapper in org.hpccsystems.ws.client.wrappers.wsdfu
Methods in org.hpccsystems.ws.client.wrappers.wsdfu that return DFUFileTypeWrapper Modifier and Type Method Description static DFUFileTypeWrapperDFUFileTypeWrapper. fromDfuFileType(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUFileType filetype)From dfu file type.static DFUFileTypeWrapperDFUFileTypeWrapper. fromString(String value)From string.static DFUFileTypeWrapperDFUFileTypeWrapper. get(String name)Gets the.DFUFileTypeWrapperDFUFileAccessInfoWrapper. getFileType()static DFUFileTypeWrapperDFUFileTypeWrapper. valueOf(String name)Returns the enum constant of this type with the specified name.static DFUFileTypeWrapper[]DFUFileTypeWrapper. values()Returns an array containing the constants of this enum type, in the order they are declared.
-