public static interface RoleService.UpdateRequest extends Request<RoleService.UpdateRequest,RoleService.UpdateResponse>
Modifier and Type | Method and Description |
---|---|
RoleService.UpdateRequest |
async(Boolean async)
Indicates if the update should be performed asynchronously.
|
RoleService.UpdateRequest |
role(Role role) |
RoleService.UpdateRequest |
role(RoleBuilder role) |
RoleService.UpdateRequest async(Boolean async)
Indicates if the update should be performed asynchronously.
RoleService.UpdateRequest role(Role role)
RoleService.UpdateRequest role(RoleBuilder role)
Copyright © 2016. All rights reserved.