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

Afficher le fichier Open project: hotelbeds-sdk/hotel-api-sdk-Net

Protected Properties

Свойство Type Description
endpoint string
httpMethod HttpMethod
urlTemplate string

Méthodes publiques

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

Method Details

getEndPoint() public méthode

public getEndPoint ( ) : string
Résultat string

getEndPoint() public méthode

public getEndPoint ( string>.List param ) : string
param string>.List
Résultat string

getHttpMethod() public méthode

public getHttpMethod ( ) : HttpMethod
Résultat HttpMethod

getUrl() public méthode

public getUrl ( string basePath, HotelApiVersion version ) : string
basePath string
version HotelApiVersion
Résultat string

Property Details

endpoint protected_oe property

protected string endpoint
Résultat string

httpMethod protected_oe property

protected HttpMethod httpMethod
Résultat HttpMethod

urlTemplate protected_oe property

protected string urlTemplate
Résultat string