C# Class Smartsheet.Api.Models.ImageUrl.ImageUrlBuilder

A convenience class To help generate ImageUrl object with the appropriate fields.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ) : ImageUrl

Builds the ImageUrl.

GetImageId ( ) : string

Gets the image Id.

ImageUrlBuilder ( string imageId ) : System

Sets the required properties for creating an ImageUrl.

ImageUrlBuilder ( string imageId, long width, long height ) : System

Sets the required properties for creating an ImageUrl.

SetImageId ( string imageId ) : ImageUrlBuilder

Sets the ImageId for the ImageUrlBuilder.

Method Details

Build() public méthode

Builds the ImageUrl.
public Build ( ) : ImageUrl
Résultat ImageUrl

GetImageId() public méthode

Gets the image Id.
public GetImageId ( ) : string
Résultat string

ImageUrlBuilder() public méthode

Sets the required properties for creating an ImageUrl.
public ImageUrlBuilder ( string imageId ) : System
imageId string the ImageUrl imageId
Résultat System

ImageUrlBuilder() public méthode

Sets the required properties for creating an ImageUrl.
public ImageUrlBuilder ( string imageId, long width, long height ) : System
imageId string the ImageUrl imageId
width long
height long
Résultat System

SetImageId() public méthode

Sets the ImageId for the ImageUrlBuilder.
public SetImageId ( string imageId ) : ImageUrlBuilder
imageId string the imageId
Résultat ImageUrlBuilder