Search Results for

    Show / Hide Table of Contents

    Class PageWebhookEndpointProjection

    Paginated webhook endpoint with latest health status. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full entity use the projection ID with individual method calls.

    Inheritance
    object
    PageWebhookEndpointProjection
    Implements
    IValidatableObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: mailslurp.Model
    Assembly: mailslurp.dll
    Syntax
    [DataContract(Name = "PageWebhookEndpointProjection")]
    public class PageWebhookEndpointProjection : IValidatableObject

    Constructors

    View Source

    PageWebhookEndpointProjection()

    Initializes a new instance of the PageWebhookEndpointProjection class.

    Declaration
    [JsonConstructor]
    protected PageWebhookEndpointProjection()
    View Source

    PageWebhookEndpointProjection(List<WebhookEndpointProjection>, PageableObject, long, int, bool, int, bool, int, int, SortObject, bool)

    Initializes a new instance of the PageWebhookEndpointProjection class.

    Declaration
    public PageWebhookEndpointProjection(List<WebhookEndpointProjection> content = null, PageableObject pageable = null, long totalElements = 0, int totalPages = 0, bool last = false, int numberOfElements = 0, bool first = false, int size = 0, int number = 0, SortObject sort = null, bool empty = false)
    Parameters
    Type Name Description
    List<WebhookEndpointProjection> content

    content.

    PageableObject pageable

    pageable.

    long totalElements

    totalElements (required).

    int totalPages

    totalPages (required).

    bool last

    last.

    int numberOfElements

    numberOfElements.

    bool first

    first.

    int size

    size.

    int number

    number.

    SortObject sort

    sort.

    bool empty

    empty.

    Properties

    View Source

    Content

    Gets or Sets Content

    Declaration
    [DataMember(Name = "content", EmitDefaultValue = false)]
    public List<WebhookEndpointProjection> Content { get; set; }
    Property Value
    Type Description
    List<WebhookEndpointProjection>
    View Source

    Empty

    Gets or Sets Empty

    Declaration
    [DataMember(Name = "empty", EmitDefaultValue = true)]
    public bool Empty { get; set; }
    Property Value
    Type Description
    bool
    View Source

    First

    Gets or Sets First

    Declaration
    [DataMember(Name = "first", EmitDefaultValue = true)]
    public bool First { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Last

    Gets or Sets Last

    Declaration
    [DataMember(Name = "last", EmitDefaultValue = true)]
    public bool Last { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Number

    Gets or Sets Number

    Declaration
    [DataMember(Name = "number", EmitDefaultValue = false)]
    public int Number { get; set; }
    Property Value
    Type Description
    int
    View Source

    NumberOfElements

    Gets or Sets NumberOfElements

    Declaration
    [DataMember(Name = "numberOfElements", EmitDefaultValue = false)]
    public int NumberOfElements { get; set; }
    Property Value
    Type Description
    int
    View Source

    Pageable

    Gets or Sets Pageable

    Declaration
    [DataMember(Name = "pageable", EmitDefaultValue = false)]
    public PageableObject Pageable { get; set; }
    Property Value
    Type Description
    PageableObject
    View Source

    Size

    Gets or Sets Size

    Declaration
    [DataMember(Name = "size", EmitDefaultValue = false)]
    public int Size { get; set; }
    Property Value
    Type Description
    int
    View Source

    Sort

    Gets or Sets Sort

    Declaration
    [DataMember(Name = "sort", EmitDefaultValue = false)]
    public SortObject Sort { get; set; }
    Property Value
    Type Description
    SortObject
    View Source

    TotalElements

    Gets or Sets TotalElements

    Declaration
    [DataMember(Name = "totalElements", IsRequired = true, EmitDefaultValue = true)]
    public long TotalElements { get; set; }
    Property Value
    Type Description
    long
    View Source

    TotalPages

    Gets or Sets TotalPages

    Declaration
    [DataMember(Name = "totalPages", IsRequired = true, EmitDefaultValue = true)]
    public int TotalPages { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public virtual string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    View Source

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IValidatableObject
    • View Source
    In this article
    Back to top See MailSlurp website for more information.