Uses of Class
com.microsoft.graph.models.FeatureRolloutPolicy
Packages that use FeatureRolloutPolicy
-
Uses of FeatureRolloutPolicy in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return FeatureRolloutPolicyModifier and TypeMethodDescriptionstatic FeatureRolloutPolicyFeatureRolloutPolicy.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type FeatureRolloutPolicyModifier and TypeMethodDescriptionPolicyRoot.getFeatureRolloutPolicies()Gets the featureRolloutPolicies property value.FeatureRolloutPolicyCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type FeatureRolloutPolicyModifier and TypeMethodDescriptionvoidPolicyRoot.setFeatureRolloutPolicies(List<FeatureRolloutPolicy> value) Sets the featureRolloutPolicies property value.voidFeatureRolloutPolicyCollectionResponse.setValue(List<FeatureRolloutPolicy> value) Sets the value property value.