public interface AccountSummary
AccountSummary resource.
Each AccountSummary object is uniquely identified by these
identifier(s):
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getSummaryMap()
Gets the value of the SummaryMap attribute.
|
boolean |
isLoaded()
Returns true if this resource's attributes have been loaded.
|
boolean |
load()
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetAccountSummaryRequest request)
Makes a call to the service to load this resource's attributes if they
are not loaded yet.
|
boolean |
load(GetAccountSummaryRequest request,
ResultCapture<GetAccountSummaryResult> extractor)
Makes a call to the service to load this resource's attributes if they
are not loaded yet, and use a ResultCapture to retrieve the low-level
client response
|
boolean isLoaded()
false, calls to attribute getter methods on this
instance will make an implicit call to load() to retrieve the
value.boolean load()
true if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.load(GetAccountSummaryRequest)boolean load(GetAccountSummaryRequest request)
true if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetAccountSummaryRequestboolean load(GetAccountSummaryRequest request, ResultCapture<GetAccountSummaryResult> extractor)
true if the resource is not yet loaded when this
method was invoked, which indicates that a service call has been
made to retrieve the attributes.GetAccountSummaryRequestCopyright © 2014. All rights reserved.