Uses of Class
odata.msgraph.client.complex.SizeRange
-
Packages that use SizeRange Package Description odata.msgraph.client.complex -
-
Uses of SizeRange in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as SizeRange Modifier and Type Field Description protected SizeRangeMessageRulePredicates. withinSizeRangeMethods in odata.msgraph.client.complex that return SizeRange Modifier and Type Method Description SizeRangeSizeRange.Builder. build()SizeRangeSizeRange. withMaximumSize(Integer maximumSize)SizeRangeSizeRange. withMinimumSize(Integer minimumSize)SizeRangeSizeRange. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type SizeRange Modifier and Type Method Description Optional<SizeRange>MessageRulePredicates. getWithinSizeRange()Methods in odata.msgraph.client.complex with parameters of type SizeRange Modifier and Type Method Description MessageRulePredicates.BuilderMessageRulePredicates.Builder. withinSizeRange(SizeRange withinSizeRange)MessageRulePredicatesMessageRulePredicates. withWithinSizeRange(SizeRange withinSizeRange)
-