Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReservationsSummaries

Package version

Class representing a ReservationsSummaries.

Hierarchy

  • ReservationsSummaries

Index

Constructors

constructor

Methods

listByReservationOrder

  • listByReservationOrder(reservationOrderId: string, grain: Models.Datagrain, options?: Models.ReservationsSummariesListByReservationOrderOptionalParams): Promise<Models.ReservationsSummariesListByReservationOrderResponse>
  • listByReservationOrder(reservationOrderId: string, grain: Models.Datagrain, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • listByReservationOrder(reservationOrderId: string, grain: Models.Datagrain, options: ReservationsSummariesListByReservationOrderOptionalParams, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • Lists the reservations summaries for daily or monthly grain.

    Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • grain: Models.Datagrain

      Can be daily or monthly. Possible values include: 'DailyGrain', 'MonthlyGrain'

    • Optional options: Models.ReservationsSummariesListByReservationOrderOptionalParams

    Returns Promise<Models.ReservationsSummariesListByReservationOrderResponse>

    Promise<Models.ReservationsSummariesListByReservationOrderResponse>

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • grain: Models.Datagrain

      Can be daily or monthly. Possible values include: 'DailyGrain', 'MonthlyGrain'

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listByReservationOrderAndReservation

  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, grain: Models.Datagrain, options?: Models.ReservationsSummariesListByReservationOrderAndReservationOptionalParams): Promise<Models.ReservationsSummariesListByReservationOrderAndReservationResponse>
  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, grain: Models.Datagrain, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • listByReservationOrderAndReservation(reservationOrderId: string, reservationId: string, grain: Models.Datagrain, options: ReservationsSummariesListByReservationOrderAndReservationOptionalParams, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • Lists the reservations summaries for daily or monthly grain.

    Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • reservationId: string

      Id of the reservation

    • grain: Models.Datagrain

      Can be daily or monthly. Possible values include: 'DailyGrain', 'MonthlyGrain'

    • Optional options: Models.ReservationsSummariesListByReservationOrderAndReservationOptionalParams

    Returns Promise<Models.ReservationsSummariesListByReservationOrderAndReservationResponse>

    Promise<Models.ReservationsSummariesListByReservationOrderAndReservationResponse>

  • Parameters

    • reservationOrderId: string

      Order Id of the reservation

    • reservationId: string

      Id of the reservation

    • grain: Models.Datagrain

      Can be daily or monthly. Possible values include: 'DailyGrain', 'MonthlyGrain'

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

  • Parameters

    Returns void

listByReservationOrderAndReservationNext

  • listByReservationOrderAndReservationNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsSummariesListByReservationOrderAndReservationNextResponse>
  • listByReservationOrderAndReservationNext(nextPageLink: string, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • listByReservationOrderAndReservationNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • Lists the reservations summaries for daily or monthly grain.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsSummariesListByReservationOrderAndReservationNextResponse>

    Promise<Models.ReservationsSummariesListByReservationOrderAndReservationNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

listByReservationOrderNext

  • listByReservationOrderNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReservationsSummariesListByReservationOrderNextResponse>
  • listByReservationOrderNext(nextPageLink: string, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • listByReservationOrderNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ReservationSummariesListResult>): void
  • Lists the reservations summaries for daily or monthly grain.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.ReservationsSummariesListByReservationOrderNextResponse>

    Promise<Models.ReservationsSummariesListByReservationOrderNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ReservationSummariesListResult>

      The callback

    Returns void

Generated using TypeDoc