Class TrustFrameworkKey
- java.lang.Object
-
- odata.msgraph.client.beta.complex.TrustFrameworkKey
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TrustFrameworkKey extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrustFrameworkKey.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdprotected Stringdpprotected Stringdqprotected Stringeprotected Longexpprotected Stringkprotected Stringkidprotected Stringktyprotected Stringnprotected Longnbfprotected StringodataTypeprotected Stringpprotected Stringqprotected Stringqiprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Stringuseprotected List<String>x5cprotected Stringx5cNextLinkprotected Stringx5t
-
Constructor Summary
Constructors Modifier Constructor Description protectedTrustFrameworkKey()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
d
protected String d
-
dp
protected String dp
-
dq
protected String dq
-
e
protected String e
-
exp
protected Long exp
-
k
protected String k
-
kid
protected String kid
-
kty
protected String kty
-
n
protected String n
-
nbf
protected Long nbf
-
p
protected String p
-
q
protected String q
-
qi
protected String qi
-
use
protected String use
-
x5cNextLink
protected String x5cNextLink
-
x5t
protected String x5t
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withD
public TrustFrameworkKey withD(String d)
-
withDp
public TrustFrameworkKey withDp(String dp)
-
withDq
public TrustFrameworkKey withDq(String dq)
-
withE
public TrustFrameworkKey withE(String e)
-
withExp
public TrustFrameworkKey withExp(Long exp)
-
withK
public TrustFrameworkKey withK(String k)
-
withKid
public TrustFrameworkKey withKid(String kid)
-
withKty
public TrustFrameworkKey withKty(String kty)
-
withN
public TrustFrameworkKey withN(String n)
-
withNbf
public TrustFrameworkKey withNbf(Long nbf)
-
withP
public TrustFrameworkKey withP(String p)
-
withQ
public TrustFrameworkKey withQ(String q)
-
withQi
public TrustFrameworkKey withQi(String qi)
-
withUse
public TrustFrameworkKey withUse(String use)
-
getX5c
public com.github.davidmoten.odata.client.CollectionPage<String> getX5c()
-
getX5c
public com.github.davidmoten.odata.client.CollectionPage<String> getX5c(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withX5t
public TrustFrameworkKey withX5t(String x5t)
-
withUnmappedField
public TrustFrameworkKey withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static TrustFrameworkKey.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-