Uses of Class
com.vidispine.generated.ServiceConfigurationResultType.ExecutedSteps
-
-
Uses of ServiceConfigurationResultType.ExecutedSteps in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ServiceConfigurationResultType.ExecutedSteps Modifier and Type Field Description protected List<ServiceConfigurationResultType.ExecutedSteps>
ServiceConfigurationResultType. executedSteps
Methods in com.vidispine.generated that return types with arguments of type ServiceConfigurationResultType.ExecutedSteps Modifier and Type Method Description List<ServiceConfigurationResultType.ExecutedSteps>
ServiceConfigurationResultType. getExecutedSteps()
Gets the value of the executedSteps property.Methods in com.vidispine.generated with parameters of type ServiceConfigurationResultType.ExecutedSteps Modifier and Type Method Description ServiceConfigurationResultType
ServiceConfigurationResultType. withExecutedSteps(ServiceConfigurationResultType.ExecutedSteps... values)
Method parameters in com.vidispine.generated with type arguments of type ServiceConfigurationResultType.ExecutedSteps Modifier and Type Method Description ServiceConfigurationResultType
ServiceConfigurationResultType. withExecutedSteps(Collection<ServiceConfigurationResultType.ExecutedSteps> values)
-