Package com.inttegro
Class Client.AppsClient
java.lang.Object
com.inttegro.Client.AppsClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CreateAppParams params) Creates a Inttegro application.lookup()Retrieves the application associated with the configured API key.update(UpdateAppParams params) Updates one or more attributes of the configured API key's application.update(UpdateAppParams params, RequestOptions options)
-
Constructor Details
-
AppsClient
-
-
Method Details
-
create
Creates a Inttegro application. -
lookup
Retrieves the application associated with the configured API key. -
update
Updates one or more attributes of the configured API key's application. -
update
public App update(UpdateAppParams params, RequestOptions options) throws IOException, InterruptedException, ApiException
-