java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.kinvey.java.AbstractClient.Builder.Option |
Standard set of kinvey property names that are set in the kinvey.properties
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractClient.Builder.Option | APP_KEY | Required. | |||||||||
AbstractClient.Builder.Option | APP_SECRET | Required. | |||||||||
AbstractClient.Builder.Option | BASE_URL | Optional. | |||||||||
AbstractClient.Builder.Option | PORT | Optional. | |||||||||
AbstractClient.Builder.Option | PUSH_APP_KEY | PUSH application key key | |||||||||
AbstractClient.Builder.Option | PUSH_APP_SECRET | PUSH application secret key | |||||||||
AbstractClient.Builder.Option | PUSH_ENABLED | PUSH enabled key | |||||||||
AbstractClient.Builder.Option | PUSH_MODE | PUSH mode key |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static AbstractClient.Builder.Option | valueOf(String name) | ||||||||||
final static Option[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Required. Unique id assigned to this app for api access
Required. Assign at the time the app is created, used to ensure the application communication is trusted
Optional. Usually the base url minus the port e.g. http://api.kinvey.com
Optional. Usually 80 and used to build the api base url