public class TrustFrameworkKey extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustFrameworkKey.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
d |
protected String |
dp |
protected String |
dq |
protected String |
e |
protected Long |
exp |
protected String |
k |
protected String |
kid |
protected String |
kty |
protected String |
n |
protected Long |
nbf |
protected String |
odataType |
protected String |
p |
protected String |
q |
protected String |
qi |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
use |
protected List<String> |
x5c |
protected String |
x5cNextLink |
protected String |
x5t |
| Modifier | Constructor and Description |
|---|---|
protected |
TrustFrameworkKey() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String k
protected String x5cNextLink
protected String x5t
protected String kty
protected String use
protected Long exp
protected Long nbf
protected String kid
protected String e
protected String n
protected String d
protected String p
protected String q
protected String dp
protected String dq
protected String qi
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TrustFrameworkKey withK(String k)
public com.github.davidmoten.odata.client.CollectionPage<String> getX5c()
public com.github.davidmoten.odata.client.CollectionPage<String> getX5c(com.github.davidmoten.odata.client.HttpRequestOptions options)
public TrustFrameworkKey withX5t(String x5t)
public TrustFrameworkKey withKty(String kty)
public TrustFrameworkKey withUse(String use)
public TrustFrameworkKey withExp(Long exp)
public TrustFrameworkKey withNbf(Long nbf)
public TrustFrameworkKey withKid(String kid)
public TrustFrameworkKey withE(String e)
public TrustFrameworkKey withN(String n)
public TrustFrameworkKey withD(String d)
public TrustFrameworkKey withP(String p)
public TrustFrameworkKey withQ(String q)
public TrustFrameworkKey withDp(String dp)
public TrustFrameworkKey withDq(String dq)
public TrustFrameworkKey withQi(String qi)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static TrustFrameworkKey.Builder builder()
Copyright © 2018–2020. All rights reserved.