Uses of Class
odata.msgraph.client.beta.entity.TrustFrameworkKeySet.Builder
-
Packages that use TrustFrameworkKeySet.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of TrustFrameworkKeySet.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TrustFrameworkKeySet.Builder Modifier and Type Method Description static TrustFrameworkKeySet.BuilderTrustFrameworkKeySet. builderTrustFrameworkKeySet()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. id(String id)TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. keys(List<TrustFrameworkKey> keys)TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. keys(TrustFrameworkKey... keys)TrustFrameworkKeySet.BuilderTrustFrameworkKeySet.Builder. keysNextLink(String keysNextLink)
-