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