C# Class Smartsheet.Api.Models.Group.CreateGroupBuilder

A convenience class for making a Group object with the appropriate fields for creating the group.
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
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.

Method Details

Build() public méthode

Builds and returns the Group object
public Build ( ) : Group
Résultat Group

CreateGroupBuilder() public méthode

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
Résultat System

GetName() public méthode

Gets the name of the Group.
public GetName ( ) : string
Résultat string

SetDescription() public méthode

Sets the description of the Group.
public SetDescription ( string description ) : CreateGroupBuilder
description string the description of the group
Résultat CreateGroupBuilder

SetMembers() public méthode

Sets the members of the Group.
public SetMembers ( IList members ) : CreateGroupBuilder
members IList the members of the group
Résultat CreateGroupBuilder

SetName() public méthode

Sets the name of the Group.
public SetName ( string name ) : CreateGroupBuilder
name string the name of the group
Résultat CreateGroupBuilder

getDescription() public méthode

Gets the description of the Group.
public getDescription ( ) : string
Résultat string

getMembers() public méthode

Gets the members of the Group.
public getMembers ( ) : IList
Résultat IList