MicrosoftGraphSizeRange Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphSizeRange
- com.
Implements
public final class MicrosoftGraphSizeRange
implements JsonSerializable<MicrosoftGraphSizeRange>
Represents a size range.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphSizeRange() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| Integer |
maximumSize()
Get the maximum |
| Integer |
minimumSize()
Get the minimum |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withMaximumSize(Integer maximumSize)
Set the maximum |
|
Microsoft |
withMinimumSize(Integer minimumSize)
Set the minimum |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphSizeRange
public MicrosoftGraphSizeRange()
Creates an instance of MicrosoftGraphSizeRange class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: sizeRange.
Returns:
fromJson
public static MicrosoftGraphSizeRange fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphSizeRange from the JsonReader.
Parameters:
Returns:
Throws:
maximumSize
public Integer maximumSize()
Get the maximumSize property: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
Returns:
minimumSize
public Integer minimumSize()
Get the minimumSize property: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphSizeRange withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: sizeRange.
Parameters:
Returns:
withMaximumSize
public MicrosoftGraphSizeRange withMaximumSize(Integer maximumSize)
Set the maximumSize property: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
Parameters:
Returns:
withMinimumSize
public MicrosoftGraphSizeRange withMinimumSize(Integer minimumSize)
Set the minimumSize property: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.
Parameters:
Returns: