Uses of Class
odata.msgraph.client.beta.complex.SecurityBaselineContributingPolicy
-
Packages that use SecurityBaselineContributingPolicy Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of SecurityBaselineContributingPolicy in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SecurityBaselineContributingPolicy Modifier and Type Method Description SecurityBaselineContributingPolicySecurityBaselineContributingPolicy.Builder. build()SecurityBaselineContributingPolicySecurityBaselineContributingPolicy. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.SecurityBaselineContributingPolicySecurityBaselineContributingPolicy. withSourceId(String sourceId)Returns an immutable copy ofthiswith just thesourceIdfield changed.SecurityBaselineContributingPolicySecurityBaselineContributingPolicy. withSourceType(SecurityBaselinePolicySourceType sourceType)Returns an immutable copy ofthiswith just thesourceTypefield changed.SecurityBaselineContributingPolicySecurityBaselineContributingPolicy. withUnmappedField(String name, String value) -
Uses of SecurityBaselineContributingPolicy in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type SecurityBaselineContributingPolicy Modifier and Type Field Description protected List<SecurityBaselineContributingPolicy>SecurityBaselineSettingState. contributingPoliciesMethods in odata.msgraph.client.beta.entity that return types with arguments of type SecurityBaselineContributingPolicy Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SecurityBaselineContributingPolicy>SecurityBaselineSettingState. getContributingPolicies()“The policies that contribute to this setting instance”com.github.davidmoten.odata.client.CollectionPage<SecurityBaselineContributingPolicy>SecurityBaselineSettingState. getContributingPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)“The policies that contribute to this setting instance”Methods in odata.msgraph.client.beta.entity with parameters of type SecurityBaselineContributingPolicy Modifier and Type Method Description SecurityBaselineSettingState.BuilderSecurityBaselineSettingState.Builder. contributingPolicies(SecurityBaselineContributingPolicy... contributingPolicies)“The policies that contribute to this setting instance”Method parameters in odata.msgraph.client.beta.entity with type arguments of type SecurityBaselineContributingPolicy Modifier and Type Method Description SecurityBaselineSettingState.BuilderSecurityBaselineSettingState.Builder. contributingPolicies(List<SecurityBaselineContributingPolicy> contributingPolicies)“The policies that contribute to this setting instance”SecurityBaselineSettingStateSecurityBaselineSettingState. withContributingPolicies(List<SecurityBaselineContributingPolicy> contributingPolicies)Returns an immutable copy ofthiswith just thecontributingPoliciesfield changed.
-