Uses of Class
odata.msgraph.client.beta.entity.FeatureRolloutPolicy
-
Packages that use FeatureRolloutPolicy Package Description odata.msgraph.client.beta.entity -
-
Uses of FeatureRolloutPolicy in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FeatureRolloutPolicy Modifier and Type Method Description FeatureRolloutPolicyFeatureRolloutPolicy.Builder. build()FeatureRolloutPolicyFeatureRolloutPolicy. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FeatureRolloutPolicyFeatureRolloutPolicy. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FeatureRolloutPolicyFeatureRolloutPolicy. withDescription(String description)FeatureRolloutPolicyFeatureRolloutPolicy. withDisplayName(String displayName)FeatureRolloutPolicyFeatureRolloutPolicy. withFeature(StagedFeatureName feature)FeatureRolloutPolicyFeatureRolloutPolicy. withIsAppliedToOrganization(Boolean isAppliedToOrganization)FeatureRolloutPolicyFeatureRolloutPolicy. withIsEnabled(Boolean isEnabled)FeatureRolloutPolicyFeatureRolloutPolicy. withUnmappedField(String name, String value)
-