Uses of Class
ai.vectros.types.ModelDataVersionResponseChangeType
Packages that use ModelDataVersionResponseChangeType
-
Uses of ModelDataVersionResponseChangeType in ai.vectros.types
Fields in ai.vectros.types declared as ModelDataVersionResponseChangeTypeModifier and TypeFieldDescriptionstatic final ModelDataVersionResponseChangeTypeModelDataVersionResponseChangeType.CREATEstatic final ModelDataVersionResponseChangeTypeModelDataVersionResponseChangeType.DELETEstatic final ModelDataVersionResponseChangeTypeModelDataVersionResponseChangeType.UPDATEMethods in ai.vectros.types that return ModelDataVersionResponseChangeTypeModifier and TypeMethodDescriptionMethods in ai.vectros.types that return types with arguments of type ModelDataVersionResponseChangeTypeMethods in ai.vectros.types with parameters of type ModelDataVersionResponseChangeTypeModifier and TypeMethodDescriptionModelDataVersionResponse.Builder.changeType(ModelDataVersionResponseChangeType changeType) Method parameters in ai.vectros.types with type arguments of type ModelDataVersionResponseChangeTypeModifier and TypeMethodDescriptionModelDataVersionResponse.Builder.changeType(Optional<ModelDataVersionResponseChangeType> changeType) The kind of change this entry records: CREATE for the initial creation, UPDATE for a mutation, DELETE for a deletion.