Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.client |
Modifier and Type | Method and Description |
---|---|
static Client |
Client.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Client[] |
Client.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<R> R |
SaltClient.call(Call<?> call,
Client client,
String endpoint,
Optional<Map<String,Object>> custom,
com.google.gson.reflect.TypeToken<R> type)
|
<R> R |
SaltClient.call(Call<?> call,
Client client,
String endpoint,
com.google.gson.reflect.TypeToken<R> type)
Convenience method to make a call without arguments.
|
Copyright © 2016. All rights reserved.