C# 클래스 Smartsheet.Api.Models.Group.UpdateGroupBuilder

A convenience class for making a Group object with the appropriate fields for updating the group.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk

공개 메소드들

메소드 설명
Build ( ) : Group

Builds and returns the Group object.

GetDescription ( ) : string

Gets the description of the Group.

GetName ( ) : string

Gets the name of the Group.

GetOwnerId ( ) : long?

Gets the Owner ID of the Group.

SetDescription ( string description ) : UpdateGroupBuilder

Sets the Description of the Group.

SetName ( string name ) : UpdateGroupBuilder

Sets the Name of the Group.

SetOwnerId ( long ownerId ) : UpdateGroupBuilder

Sets the Owener ID of the Group.

UpdateGroupBuilder ( long id ) : System

Sets the required properties for updating a group.

메소드 상세

Build() 공개 메소드

Builds and returns the Group object.
public Build ( ) : Group
리턴 Group

GetDescription() 공개 메소드

Gets the description of the Group.
public GetDescription ( ) : string
리턴 string

GetName() 공개 메소드

Gets the name of the Group.
public GetName ( ) : string
리턴 string

GetOwnerId() 공개 메소드

Gets the Owner ID of the Group.
public GetOwnerId ( ) : long?
리턴 long?

SetDescription() 공개 메소드

Sets the Description of the Group.
public SetDescription ( string description ) : UpdateGroupBuilder
description string the description of the Group
리턴 UpdateGroupBuilder

SetName() 공개 메소드

Sets the Name of the Group.
public SetName ( string name ) : UpdateGroupBuilder
name string the name of the Group
리턴 UpdateGroupBuilder

SetOwnerId() 공개 메소드

Sets the Owener ID of the Group.
public SetOwnerId ( long ownerId ) : UpdateGroupBuilder
ownerId long the owner ID of the Group
리턴 UpdateGroupBuilder

UpdateGroupBuilder() 공개 메소드

Sets the required properties for updating a group.
public UpdateGroupBuilder ( long id ) : System
id long the group id
리턴 System