Class SizeRange

java.lang.Object
com.independentsoft.graph.mails.SizeRange
All Implemented Interfaces:
ICreatable

public class SizeRange extends Object implements ICreatable
  • Constructor Details

    • SizeRange

      public SizeRange(JsonObject jsonObject)
  • Method Details

    • toCreateJson

      public String toCreateJson()
      Description copied from interface: ICreatable
      Converts this object to its JSON representation for creation.

      This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).

      Specified by:
      toCreateJson in interface ICreatable
      Returns:
      JSON string representation for creating this resource
    • getMaximumSize

      public int getMaximumSize()
    • setMaximumSize

      public void setMaximumSize(int maximumSize)
    • getMinimumSize

      public int getMinimumSize()
    • setMinimumSize

      public void setMinimumSize(int minimumSize)