public static interface EntriesCredentialConfiguration.Entries
Modifier and Type | Method and Description |
---|---|
String |
get(String key)
Returns the value of an entry.
|
void |
set(String key,
String value)
Sets the value of an entry.
|
void |
setBoolean(String key,
boolean value)
Sets the value of an entry to a boolean value.
|
Copyright © 2017. All rights reserved.