HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class GetAssetLayoutsBuilder

    Builder for the class GetAssetLayouts

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

    Constructors

    GetAssetLayoutsBuilder()

    Create a new instance for the GetAssetLayoutsBuilder

    Declaration
    public GetAssetLayoutsBuilder()

    Methods

    Build()

    Build a class of type GetAssetLayouts with all the defined values

    Declaration
    public GetAssetLayouts Build()
    Returns
    Type Description
    GetAssetLayouts

    Returns a GetAssetLayouts class

    Reset()

    Reset all properties' to the default value

    Declaration
    public GetAssetLayoutsBuilder Reset()
    Returns
    Type Description
    GetAssetLayoutsBuilder

    Returns the GetAssetLayoutsBuilder with the properties reseted

    WithName(String)

    Set a value of type System.String for the property name

    Declaration
    public GetAssetLayoutsBuilder WithName(string name)
    Parameters
    Type Name Description
    System.String name

    A value of type System.String that will be defined for the property

    Returns
    Type Description
    GetAssetLayoutsBuilder

    Returns the GetAssetLayoutsBuilder with the property name defined

    WithPage(Int32)

    Set a value of type System.Int32 for the property page

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

    A value of type System.Int32 that will be defined for the property

    Returns
    Type Description
    GetAssetLayoutsBuilder

    Returns the GetAssetLayoutsBuilder with the property page defined

    © Dracon80. All rights reserved.