public class GetBranch extends Object implements RestReadView<BranchResource>
| Constructor and Description |
|---|
GetBranch() |
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
apply(BranchResource rsrc)
Process the view operation by reading from the resource.
|
public BranchInfo apply(BranchResource rsrc)
RestReadViewapply in interface RestReadView<BranchResource>rsrc - resource to read.BinaryResult to avoid automatic conversion
to JSON.