public interface V1alpha1UserRoleOperationFluent<A extends V1alpha1UserRoleOperationFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1alpha1UserRoleOperationFluent.RoleNested<N> |
static interface |
V1alpha1UserRoleOperationFluent.UserNested<N> |
String getOperation()
Boolean hasOperation()
A withNewOperation(StringBuilder arg1)
A withNewOperation(StringBuffer arg1)
@Deprecated V1alpha1RoleMeta getRole()
V1alpha1RoleMeta buildRole()
A withRole(V1alpha1RoleMeta role)
Boolean hasRole()
V1alpha1UserRoleOperationFluent.RoleNested<A> withNewRole()
V1alpha1UserRoleOperationFluent.RoleNested<A> withNewRoleLike(V1alpha1RoleMeta item)
V1alpha1UserRoleOperationFluent.RoleNested<A> editRole()
V1alpha1UserRoleOperationFluent.RoleNested<A> editOrNewRole()
V1alpha1UserRoleOperationFluent.RoleNested<A> editOrNewRoleLike(V1alpha1RoleMeta item)
@Deprecated V1alpha1UserMeta getUser()
V1alpha1UserMeta buildUser()
A withUser(V1alpha1UserMeta user)
Boolean hasUser()
V1alpha1UserRoleOperationFluent.UserNested<A> withNewUser()
V1alpha1UserRoleOperationFluent.UserNested<A> withNewUserLike(V1alpha1UserMeta item)
V1alpha1UserRoleOperationFluent.UserNested<A> editUser()
V1alpha1UserRoleOperationFluent.UserNested<A> editOrNewUser()
V1alpha1UserRoleOperationFluent.UserNested<A> editOrNewUserLike(V1alpha1UserMeta item)
Copyright © 2019. All rights reserved.