Uses of Enum
com.microsoft.graph.models.PayloadComplexity
Packages that use PayloadComplexity
-
Uses of PayloadComplexity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PayloadComplexityModifier and TypeMethodDescriptionstatic PayloadComplexityPayload.getComplexity()Gets the complexity property value.static PayloadComplexityReturns the enum constant of this type with the specified name.static PayloadComplexity[]PayloadComplexity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PayloadComplexityModifier and TypeMethodDescriptionvoidPayload.setComplexity(PayloadComplexity value) Sets the complexity property value.