Uses of Class
xyz.euclia.jaqpotj.models.Model
| Package | Description |
|---|---|
| xyz.euclia.jaqpotj | |
| xyz.euclia.jaqpotj.models |
-
Uses of Model in xyz.euclia.jaqpotj
Methods in xyz.euclia.jaqpotj that return types with arguments of type Model Modifier and Type Method Description Future<Model>Jaqpot. GetModelById(String id, String token)Get a model by it's idpFuture<Model>JaqpotImplementation. GetModelById(String id, String token) -
Uses of Model in xyz.euclia.jaqpotj.models
Methods in xyz.euclia.jaqpotj.models that return types with arguments of type Model Modifier and Type Method Description List<Model>Models. getModels()Method parameters in xyz.euclia.jaqpotj.models with type arguments of type Model Modifier and Type Method Description voidModels. setModels(List<Model> models)Constructors in xyz.euclia.jaqpotj.models with parameters of type Model Constructor Description Model(Model other)Copy-constructor for Model objects.