Table of Contents

Interface IBuilderForOptional

Namespace
Vonage.Video.ExperienceComposer.GetSessions
Assembly
Vonage.dll
public interface IBuilderForOptional : IVonageRequestBuilder<GetSessionsRequest>
Inherited Members

Methods

WithCount(int)

Sets the maximum number of Experience Composers to return. The default is 50 and the maximum is 1000.

IBuilderForOptional WithCount(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithCount(100)

WithOffset(int)

Sets the index offset of the first Experience Composer to return. 0 (the default) is the most recently started Experience Composer.

IBuilderForOptional WithOffset(int value)

Parameters

value int

Returns

IBuilderForOptional

Examples

.WithOffset(10)