Uses of Class
odata.msgraph.client.enums.PayloadComplexity
-
Packages that use PayloadComplexity Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of PayloadComplexity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PayloadComplexity Modifier and Type Field Description protected PayloadComplexityPayload. complexityMethods in odata.msgraph.client.entity that return types with arguments of type PayloadComplexity Modifier and Type Method Description Optional<PayloadComplexity>Payload. getComplexity()Methods in odata.msgraph.client.entity with parameters of type PayloadComplexity Modifier and Type Method Description Payload.BuilderPayload.Builder. complexity(PayloadComplexity complexity)PayloadPayload. withComplexity(PayloadComplexity complexity) -
Uses of PayloadComplexity in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return PayloadComplexity Modifier and Type Method Description static PayloadComplexityPayloadComplexity. valueOf(String name)Returns 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.
-