public interface ITimeOffReasonRequestBuilder extends IRequestBuilder
Modifier and Type | Method and Description |
---|---|
ITimeOffReasonRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
ITimeOffReasonRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
ITimeOffReasonRequest buildRequest(Option... requestOptions)
requestOptions
- the options for this requestITimeOffReasonRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions
- the options for this request