public static class AddMembers.UpdateMember extends java.lang.Object implements RestModifyView<MemberResource,AddMembers.Input>
Constructor and Description |
---|
UpdateMember(GetMember get) |
Modifier and Type | Method and Description |
---|---|
AccountInfo |
apply(MemberResource resource,
AddMembers.Input input)
Process the view operation by altering the resource.
|
@Inject public UpdateMember(GetMember get)
public AccountInfo apply(MemberResource resource, AddMembers.Input input) throws PermissionBackendException
RestModifyView
apply
in interface RestModifyView<MemberResource,AddMembers.Input>
resource
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.PermissionBackendException