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

Show file 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 property

protected string endpoint
return string

httpMethod protected property

protected HttpMethod httpMethod
return HttpMethod

urlTemplate protected property

protected string urlTemplate
return string