C# 클래스 Maplink.Webservices.Places.Client.Builders.RequestBuilder

상속: IRequestBuilder
파일 보기 프로젝트 열기: maplink/places-api-client-dotnet

공개 메소드들

메소드 설명
Build ( ) : Request
RequestBuilder ( ) : System
WithArgument ( string key, string value ) : IRequestBuilder
WithLicenseInfo ( LicenseInfo licenseInfo ) : IRequestBuilder
WithLicenseInfo ( string login, string key ) : IRequestBuilder
WithStartIndex ( int startIndex ) : IRequestBuilder
WithUriPath ( string uriPath ) : IRequestBuilder
WithUriPathAndQuery ( string uriPathAndQuery ) : IRequestBuilder

비공개 메소드들

메소드 설명
CreateDefaultRequest ( ) : Request
ExistsQueryString ( IEnumerable splittedUriAndPath ) : bool
ExtractStartIndexFromArgumentValue ( string argumentValue ) : int
SetArgumentsFromQueryString ( string queryString ) : void

메소드 상세

Build() 공개 메소드

public Build ( ) : Request
리턴 Maplink.Webservices.Places.Client.Entities.Request

RequestBuilder() 공개 메소드

public RequestBuilder ( ) : System
리턴 System

WithArgument() 공개 메소드

public WithArgument ( string key, string value ) : IRequestBuilder
key string
value string
리턴 IRequestBuilder

WithLicenseInfo() 공개 메소드

public WithLicenseInfo ( LicenseInfo licenseInfo ) : IRequestBuilder
licenseInfo Maplink.Webservices.Places.Client.Entities.LicenseInfo
리턴 IRequestBuilder

WithLicenseInfo() 공개 메소드

public WithLicenseInfo ( string login, string key ) : IRequestBuilder
login string
key string
리턴 IRequestBuilder

WithStartIndex() 공개 메소드

public WithStartIndex ( int startIndex ) : IRequestBuilder
startIndex int
리턴 IRequestBuilder

WithUriPath() 공개 메소드

public WithUriPath ( string uriPath ) : IRequestBuilder
uriPath string
리턴 IRequestBuilder

WithUriPathAndQuery() 공개 메소드

public WithUriPathAndQuery ( string uriPathAndQuery ) : IRequestBuilder
uriPathAndQuery string
리턴 IRequestBuilder