C# Class com.hotelbeds.distribution.hotel_api_sdk.types.HotelApiPaths.HotelApiPathsBase

Exibir arquivo Open project: hotelbeds-sdk/hotel-api-sdk-Net

Protected Properties

Property Type Description
endpoint string
httpMethod HttpMethod
urlTemplate string

Public Methods

Method Description
getEndPoint ( ) : string
getEndPoint ( string>.List param ) : string
getHttpMethod ( ) : HttpMethod
getUrl ( string basePath, HotelApiVersion version ) : string

Method Details

getEndPoint() public method

public getEndPoint ( ) : string
return string

getEndPoint() public method

public getEndPoint ( string>.List param ) : string
param string>.List
return string

getHttpMethod() public method

public getHttpMethod ( ) : HttpMethod
return HttpMethod

getUrl() public method

public getUrl ( string basePath, HotelApiVersion version ) : string
basePath string
version HotelApiVersion
return string

Property Details

endpoint protected_oe property

protected string endpoint
return string

httpMethod protected_oe property

protected HttpMethod httpMethod
return HttpMethod

urlTemplate protected_oe property

protected string urlTemplate
return string