Uses of Class
odata.msgraph.client.beta.entity.TrustFrameworkKeySet
-
Packages that use TrustFrameworkKeySet Package Description odata.msgraph.client.beta.entity -
-
Uses of TrustFrameworkKeySet in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TrustFrameworkKeySet Modifier and Type Method Description TrustFrameworkKeySetTrustFrameworkKeySet.Builder. build()TrustFrameworkKeySetTrustFrameworkKeySet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TrustFrameworkKeySetTrustFrameworkKeySet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TrustFrameworkKeySetTrustFrameworkKeySet. withKeys(List<TrustFrameworkKey> keys)TrustFrameworkKeySetTrustFrameworkKeySet. withUnmappedField(String name, String value)
-