Class ProfileImageInfo

java.lang.Object
com.ringcentral.definitions.ProfileImageInfo

public class ProfileImageInfo extends Object
Information on profile image
  • Field Details

    • uri

      public String uri
      Link to a profile image. If an image is not uploaded for an extension, only `uri` is returned Required Format: uri
    • etag

      public String etag
      Identifier of an image
    • lastModified

      public String lastModified
      Date/time when an image was last updated, in ISO 8601 format, for example 2016-03-10T18:07:52.534Z Format: date-time
    • contentType

      public String contentType
      The type of image
    • scales

      public ProfileImageInfoURI[] scales
      List of URIs to profile images in different dimensions
  • Constructor Details

    • ProfileImageInfo

      public ProfileImageInfo()
  • Method Details