Package io.jmix.superset.client.model
Class GuestTokenBody.GuestTokenBodyBuilder
java.lang.Object
io.jmix.superset.client.model.GuestTokenBody.GuestTokenBodyBuilder
- Enclosing class:
- GuestTokenBody
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()withResource(GuestTokenBody.Resource resource) withResources(List<GuestTokenBody.Resource> resources) withRowLevelRole(GuestTokenBody.RowLevelRole rowLevelRole) withUser(GuestTokenBody.User user) 
- 
Field Details- 
body
 
- 
- 
Constructor Details- 
GuestTokenBodyBuilderpublic GuestTokenBodyBuilder()
 
- 
- 
Method Details- 
withResourcespublic GuestTokenBody.GuestTokenBodyBuilder withResources(@Nullable List<GuestTokenBody.Resource> resources) 
- 
withResource
- 
withRowLevelRolespublic GuestTokenBody.GuestTokenBodyBuilder withRowLevelRoles(@Nullable List<GuestTokenBody.RowLevelRole> rls) 
- 
withRowLevelRolepublic GuestTokenBody.GuestTokenBodyBuilder withRowLevelRole(GuestTokenBody.RowLevelRole rowLevelRole) 
- 
withUser
- 
build
 
-