public class CreateOrUpdateEntryRequest extends Object implements AccessRequest
| Constructor and Description |
|---|
CreateOrUpdateEntryRequest(Object apiKey,
String repository,
String key,
com.fasterxml.jackson.databind.JsonNode value)
Constructs a save request object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
apiKey() |
String |
key() |
String |
repository() |
String |
toString() |
Object |
value() |
public CreateOrUpdateEntryRequest(Object apiKey, String repository, String key, com.fasterxml.jackson.databind.JsonNode value)
apiKey - the request apiKeyrepository - the repository namekey - the entry keyvalue - the entry valuepublic Object apiKey()
apiKey in interface AccessRequestpublic Object value()
public String key()
public String repository()
repository in interface AccessRequestCopyright © 2015–2019. All rights reserved.