Class PhoneNumbersClient
- java.lang.Object
-
- com.merge.api.resources.accounting.phonenumbers.PhoneNumbersClient
-
public class PhoneNumbersClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description PhoneNumbersClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountingPhoneNumberretrieve(java.lang.String id)Returns anAccountingPhoneNumberobject with the givenid.AccountingPhoneNumberretrieve(java.lang.String id, PhoneNumbersRetrieveRequest request)Returns anAccountingPhoneNumberobject with the givenid.AccountingPhoneNumberretrieve(java.lang.String id, PhoneNumbersRetrieveRequest request, RequestOptions requestOptions)Returns anAccountingPhoneNumberobject with the givenid.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
PhoneNumbersClient
public PhoneNumbersClient(ClientOptions clientOptions)
-
-
Method Detail
-
retrieve
public AccountingPhoneNumber retrieve(java.lang.String id)
Returns anAccountingPhoneNumberobject with the givenid.
-
retrieve
public AccountingPhoneNumber retrieve(java.lang.String id, PhoneNumbersRetrieveRequest request)
Returns anAccountingPhoneNumberobject with the givenid.
-
retrieve
public AccountingPhoneNumber retrieve(java.lang.String id, PhoneNumbersRetrieveRequest request, RequestOptions requestOptions)
Returns anAccountingPhoneNumberobject with the givenid.
-
-