Uses of Class
odata.msgraph.client.beta.enums.SecurityBaselinePolicySourceType
-
Packages that use SecurityBaselinePolicySourceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of SecurityBaselinePolicySourceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SecurityBaselinePolicySourceType Modifier and Type Field Description protected SecurityBaselinePolicySourceTypeSecurityBaselineContributingPolicy. sourceTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type SecurityBaselinePolicySourceType Modifier and Type Method Description Optional<SecurityBaselinePolicySourceType>SecurityBaselineContributingPolicy. getSourceType()“Authoring source of the policy”Methods in odata.msgraph.client.beta.complex with parameters of type SecurityBaselinePolicySourceType Modifier and Type Method Description SecurityBaselineContributingPolicy.BuilderSecurityBaselineContributingPolicy.Builder. sourceType(SecurityBaselinePolicySourceType sourceType)“Authoring source of the policy”SecurityBaselineContributingPolicySecurityBaselineContributingPolicy. withSourceType(SecurityBaselinePolicySourceType sourceType)Returns an immutable copy ofthiswith just thesourceTypefield changed. -
Uses of SecurityBaselinePolicySourceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SecurityBaselinePolicySourceType Modifier and Type Method Description static SecurityBaselinePolicySourceTypeSecurityBaselinePolicySourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityBaselinePolicySourceType[]SecurityBaselinePolicySourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-