Package odata.msgraph.client.beta.entity
Class TrustFrameworkKeySet
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.TrustFrameworkKeySet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class TrustFrameworkKeySet extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrustFrameworkKeySet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<TrustFrameworkKey>keysprotected StringkeysNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTrustFrameworkKeySet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrustFrameworkKeySet.BuilderbuilderTrustFrameworkKeySet()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.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>generateKey(String use, String kty, Long nbf, Long exp)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>getActiveKey()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey>getKeys()com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey>getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()TrustFrameworkKeySetpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)TrustFrameworkKeySetput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadCertificate(String key)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadPkcs12(String key, String password)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey>uploadSecret(String use, String k, Long nbf, Long exp)TrustFrameworkKeySetwithKeys(List<TrustFrameworkKey> keys)TrustFrameworkKeySetwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
keys
protected List<TrustFrameworkKey> keys
-
keysNextLink
protected String keysNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderTrustFrameworkKeySet
public static TrustFrameworkKeySet.Builder builderTrustFrameworkKeySet()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getKeys
public com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> getKeys()
-
withKeys
public TrustFrameworkKeySet withKeys(List<TrustFrameworkKey> keys)
-
getKeys
public com.github.davidmoten.odata.client.CollectionPage<TrustFrameworkKey> getKeys(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public TrustFrameworkKeySet withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public TrustFrameworkKeySet patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public TrustFrameworkKeySet put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
generateKey
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> generateKey(String use, String kty, Long nbf, Long exp)
-
uploadCertificate
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadCertificate(String key)
-
uploadPkcs12
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadPkcs12(String key, String password)
-
uploadSecret
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> uploadSecret(String use, String k, Long nbf, Long exp)
-
getActiveKey
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<TrustFrameworkKey> getActiveKey()
-
-