C# 클래스 Smartsheet.Api.Models.AlternateEmail.AlternateEmailBuilder

A convenience class To help generate AlternateEmail object with the appropriate fields.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
AlternateEmailBuilder ( string email ) : System

Sets the required properties for creating an AlternateEmail.

Build ( ) : AlternateEmail

Builds the AlternateEmail.

GetEmail ( ) : string

Gets the Email.

SetEmail ( string email ) : AlternateEmailBuilder

Sets the Email for the AlternateEmail.

메소드 상세

AlternateEmailBuilder() 공개 메소드

Sets the required properties for creating an AlternateEmail.
public AlternateEmailBuilder ( string email ) : System
email string the AlternateEmail email
리턴 System

Build() 공개 메소드

Builds the AlternateEmail.
public Build ( ) : AlternateEmail
리턴 AlternateEmail

GetEmail() 공개 메소드

Gets the Email.
public GetEmail ( ) : string
리턴 string

SetEmail() 공개 메소드

Sets the Email for the AlternateEmail.
public SetEmail ( string email ) : AlternateEmailBuilder
email string the Email
리턴 AlternateEmailBuilder