Class MicrosoftGraphImage


  • public final class MicrosoftGraphImage
    extends Object
    image.
    • Constructor Detail

      • MicrosoftGraphImage

        public MicrosoftGraphImage()
    • Method Detail

      • height

        public Integer height()
        Get the height property: Optional. Height of the image, in pixels. Read-only.
        Returns:
        the height value.
      • withHeight

        public MicrosoftGraphImage withHeight​(Integer height)
        Set the height property: Optional. Height of the image, in pixels. Read-only.
        Parameters:
        height - the height value to set.
        Returns:
        the MicrosoftGraphImage object itself.
      • width

        public Integer width()
        Get the width property: Optional. Width of the image, in pixels. Read-only.
        Returns:
        the width value.
      • withWidth

        public MicrosoftGraphImage withWidth​(Integer width)
        Set the width property: Optional. Width of the image, in pixels. Read-only.
        Parameters:
        width - the width value to set.
        Returns:
        the MicrosoftGraphImage object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: image.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphImage withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: image.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphImage object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.