public class TrustFrameworkKeySet extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustFrameworkKeySet.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<TrustFrameworkKey> |
keys |
protected String |
keysNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TrustFrameworkKeySet() |
| Modifier and Type | Method and Description |
|---|---|
static TrustFrameworkKeySet.Builder |
builderTrustFrameworkKeySet()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> |
generateKey(String use,
String kty,
Long nbf,
Long exp) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<TrustFrameworkKey> |
getActiveKey() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> |
getKeys() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
TrustFrameworkKeySet |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
TrustFrameworkKeySet |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> |
uploadCertificate(String key) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> |
uploadPkcs12(String key,
String password) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> |
uploadSecret(String use,
String k,
Long nbf,
Long exp) |
protected List<TrustFrameworkKey> keys
protected String keysNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TrustFrameworkKeySet.Builder builderTrustFrameworkKeySet()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> getKeys()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TrustFrameworkKeySet patch()
this with changed fields reset.public TrustFrameworkKeySet put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> generateKey(String use, String kty, Long nbf, Long exp)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> uploadSecret(String use, String k, Long nbf, Long exp)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> uploadCertificate(String key)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<TrustFrameworkKey> uploadPkcs12(String key, String password)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<TrustFrameworkKey> getActiveKey()
Copyright © 2018–2020. All rights reserved.