HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class GetMatchersBuilder

    Builder for the class GetMatchers

    Inheritance
    System.Object
    GetMatchersBuilder
    Namespace: HuduAPI.Endpoints.Parameters
    Assembly: HuduAPI.dll
    Syntax
    public class GetMatchersBuilder

    Constructors

    GetMatchersBuilder(Int32)

    Create a new instance for the GetMatchersBuilder

    Declaration
    public GetMatchersBuilder(int integration_id)
    Parameters
    Type Name Description
    System.Int32 integration_id

    Methods

    Build()

    Build a class of type GetMatchers with all the defined values

    Declaration
    public GetMatchers Build()
    Returns
    Type Description
    GetMatchers

    Returns a GetMatchers class

    WithCompanyId(Int32)

    Set a value for companyId

    Declaration
    public GetMatchersBuilder WithCompanyId(int companyId)
    Parameters
    Type Name Description
    System.Int32 companyId

    The company identifier.

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    Withidentifier(String)

    Set a value for identifier

    Declaration
    public GetMatchersBuilder Withidentifier(string identifier)
    Parameters
    Type Name Description
    System.String identifier

    The identifier.

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    WithMatched(Boolean)

    Set a value for matched

    Declaration
    public GetMatchersBuilder WithMatched(bool matched)
    Parameters
    Type Name Description
    System.Boolean matched

    if set to true [matched].

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    WithPage(Int32)

    Set a value for page

    Declaration
    public GetMatchersBuilder WithPage(int page)
    Parameters
    Type Name Description
    System.Int32 page

    The page.

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    WithPageSize(Int32)

    Set a value for pageSize

    Declaration
    public GetMatchersBuilder WithPageSize(int pageSize)
    Parameters
    Type Name Description
    System.Int32 pageSize

    Size of the page.

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    WithsyncId(String)

    Set a value for syncId

    Declaration
    public GetMatchersBuilder WithsyncId(string syncId)
    Parameters
    Type Name Description
    System.String syncId

    The synchronize identifier.

    Returns
    Type Description
    GetMatchersBuilder

    A generic Builder Object for type TBuilder

    © Dracon80. All rights reserved.