Package com.smartsheet.api.models
Class ProfileImage
- java.lang.Object
-
- com.smartsheet.api.models.ProfileImage
-
public class ProfileImage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfileImage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getHeight()
gets the height (in pixels) of the imagejava.lang.String
getImageId()
gets the image IDjava.lang.Long
getWidth()
gets the width (in pixels) of the imageProfileImage
setHeight(java.lang.Long height)
sets the width (in pixels) of the imageProfileImage
setImageId(java.lang.String id)
sets the image IDProfileImage
setWidth(java.lang.Long width)
sets the width (in pixels)
-
-
-
Method Detail
-
getImageId
public java.lang.String getImageId()
gets the image ID- Returns:
- the id
-
setImageId
public ProfileImage setImageId(java.lang.String id)
sets the image ID- Parameters:
id
- the id
-
getWidth
public java.lang.Long getWidth()
gets the width (in pixels) of the image
-
setWidth
public ProfileImage setWidth(java.lang.Long width)
sets the width (in pixels)
-
getHeight
public java.lang.Long getHeight()
gets the height (in pixels) of the image- Returns:
- the height
-
setHeight
public ProfileImage setHeight(java.lang.Long height)
sets the width (in pixels) of the image
-
-