C# 클래스 com.hotelbeds.distribution.hotel_api_sdk.types.HotelApiPaths.HotelApiPathsBase

파일 보기 프로젝트 열기: hotelbeds-sdk/hotel-api-sdk-Net

보호된 프로퍼티들

프로퍼티 타입 설명
endpoint string
httpMethod HttpMethod
urlTemplate string

공개 메소드들

메소드 설명
getEndPoint ( ) : string
getEndPoint ( string>.List param ) : string
getHttpMethod ( ) : HttpMethod
getUrl ( string basePath, HotelApiVersion version ) : string

메소드 상세

getEndPoint() 공개 메소드

public getEndPoint ( ) : string
리턴 string

getEndPoint() 공개 메소드

public getEndPoint ( string>.List param ) : string
param string>.List
리턴 string

getHttpMethod() 공개 메소드

public getHttpMethod ( ) : HttpMethod
리턴 HttpMethod

getUrl() 공개 메소드

public getUrl ( string basePath, HotelApiVersion version ) : string
basePath string
version HotelApiVersion
리턴 string

프로퍼티 상세

endpoint 보호되어 있는 프로퍼티

protected string endpoint
리턴 string

httpMethod 보호되어 있는 프로퍼티

protected HttpMethod httpMethod
리턴 HttpMethod

urlTemplate 보호되어 있는 프로퍼티

protected string urlTemplate
리턴 string