Class TOBOUser
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.TOBOUser
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-05-06T11:32:59.770935+01:00[Europe/London]") public class TOBOUser extends Object
Defines a TOBO user
-
-
Constructor Summary
Constructors Constructor Description TOBOUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TOBOUser
description(String description)
boolean
equals(Object o)
@NotNull String
getDescription()
Get description@NotNull String
getId()
Get idint
hashCode()
TOBOUser
id(String id)
void
setDescription(String description)
void
setId(String id)
String
toString()
-