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

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

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

Метод Описание
Build ( ) : Group

Builds and returns the Group object

CreateGroupBuilder ( string name, string description ) : System

Sets the required attributes for creating a Group.

GetName ( ) : string

Gets the name of the Group.

SetDescription ( string description ) : CreateGroupBuilder

Sets the description of the Group.

SetMembers ( IList members ) : CreateGroupBuilder

Sets the members of the Group.

SetName ( string name ) : CreateGroupBuilder

Sets the name of the Group.

getDescription ( ) : string

Gets the description of the Group.

getMembers ( ) : IList

Gets the members of the Group.

Описание методов

Build() публичный Метод

Builds and returns the Group object
public Build ( ) : Group
Результат Group

CreateGroupBuilder() публичный Метод

Sets the required attributes for creating a Group.
public CreateGroupBuilder ( string name, string description ) : System
name string name of group, must be unique within the organization
description string description of group
Результат System

GetName() публичный Метод

Gets the name of the Group.
public GetName ( ) : string
Результат string

SetDescription() публичный Метод

Sets the description of the Group.
public SetDescription ( string description ) : CreateGroupBuilder
description string the description of the group
Результат CreateGroupBuilder

SetMembers() публичный Метод

Sets the members of the Group.
public SetMembers ( IList members ) : CreateGroupBuilder
members IList the members of the group
Результат CreateGroupBuilder

SetName() публичный Метод

Sets the name of the Group.
public SetName ( string name ) : CreateGroupBuilder
name string the name of the group
Результат CreateGroupBuilder

getDescription() публичный Метод

Gets the description of the Group.
public getDescription ( ) : string
Результат string

getMembers() публичный Метод

Gets the members of the Group.
public getMembers ( ) : IList
Результат IList