Package com.courier.api.resources.users
Class UsersClient
- java.lang.Object
-
- com.courier.api.resources.users.UsersClient
-
public class UsersClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<PreferencesClient>preferencesClientprotected java.util.function.Supplier<TenantsClient>tenantsClientprotected java.util.function.Supplier<TokensClient>tokensClient
-
Constructor Summary
Constructors Constructor Description UsersClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreferencesClientpreferences()TenantsClienttenants()TokensClienttokens()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
preferencesClient
protected final java.util.function.Supplier<PreferencesClient> preferencesClient
-
tenantsClient
protected final java.util.function.Supplier<TenantsClient> tenantsClient
-
tokensClient
protected final java.util.function.Supplier<TokensClient> tokensClient
-
-
Constructor Detail
-
UsersClient
public UsersClient(ClientOptions clientOptions)
-
-
Method Detail
-
preferences
public PreferencesClient preferences()
-
tenants
public TenantsClient tenants()
-
tokens
public TokensClient tokens()
-
-