Class UserDataBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.anoaccessapplicationdata.data.UserDataBuilder
-
-
Constructor Summary
Constructors Constructor Description UserDataBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDatabuild()UserDataBuilderroles(java.util.List<java.lang.String> aValue)Sets the value of the roles attribute.UserDataBuilderuserId(java.lang.String aValue)Sets the value of the userId attribute.
-
-
-
Method Detail
-
userId
public UserDataBuilder userId(java.lang.String aValue)
Sets the value of the userId attribute.
-
roles
public UserDataBuilder roles(java.util.List<java.lang.String> aValue)
Sets the value of the roles attribute.
-
-