public class EmbeddedAccountService extends Object implements AbstractService
| Constructor and Description |
|---|
EmbeddedAccountService(ApiCredentials apiCredentials) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort,EmbeddedAccountRefiner> |
get() |
IdSetGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort> |
get(IdSet idSet) |
IdSetGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort> |
get(int id) |
public EmbeddedAccountService(ApiCredentials apiCredentials)
public PaginatedGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort,EmbeddedAccountRefiner> get()
public IdSetGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort> get(IdSet idSet)
public IdSetGetRequest<EmbeddedAccount,EmbeddedAccountField,EmbeddedAccountSort> get(int id)
Copyright © 2019. All rights reserved.