C# Класс Smartsheet.Api.Models.Group.UpdateGroupBuilder

A convenience class for making a Group object with the appropriate fields for updating the group.
Показать файл Открыть проект

Открытые методы

Метод Описание
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