public class InvitationRequestBuilder extends BaseRequestBuilder implements IInvitationRequestBuilder
| Constructor and Description |
|---|
InvitationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Invitation
|
| Modifier and Type | Method and Description |
|---|---|
IInvitationRequest |
buildRequest()
Creates the request
|
IInvitationRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IUserWithReferenceRequestBuilder |
invitedUser()
Gets the request builder for User
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic InvitationRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IInvitationRequest buildRequest()
buildRequest in interface IInvitationRequestBuilderpublic IInvitationRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IInvitationRequestBuilderrequestOptions - the options for this requestpublic IUserWithReferenceRequestBuilder invitedUser()
invitedUser in interface IInvitationRequestBuilder