Class BalanceFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Balance>
-
- com.twilio.rest.api.v2010.account.BalanceFetcher
-
-
Constructor Summary
Constructors Constructor Description BalanceFetcher()BalanceFetcher(String pathAccountSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Balancefetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
BalanceFetcher
public BalanceFetcher()
-
BalanceFetcher
public BalanceFetcher(String pathAccountSid)
-
-