Uses of Class
com.gooddata.sdk.model.dataload.processes.ProcessType
-
Packages that use ProcessType Package Description com.gooddata.sdk.model.dataload.processes -
-
Uses of ProcessType in com.gooddata.sdk.model.dataload.processes
Methods in com.gooddata.sdk.model.dataload.processes that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessType[]ProcessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.gooddata.sdk.model.dataload.processes with parameters of type ProcessType Constructor Description DataloadProcess(java.lang.String name, ProcessType type)
-