public static class Business.APIRequestGetInitiatedSharingAgreements extends APIRequest<BusinessAgreement>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>, APIRequest.ResponseWrapper
Modifier and Type | Field and Description |
---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint
Constructor and Description |
---|
APIRequestGetInitiatedSharingAgreements(String nodeId,
APIContext context) |
addToBatch, addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpoint
public APIRequestGetInitiatedSharingAgreements(String nodeId, APIContext context)
public APINodeList<BusinessAgreement> getLastResponse()
getLastResponse
in class APIRequest<BusinessAgreement>
public APINodeList<BusinessAgreement> parseResponse(String response, String header) throws APIException
parseResponse
in class APIRequest<BusinessAgreement>
APIException
public APINodeList<BusinessAgreement> execute() throws APIException
execute
in class APIRequest<BusinessAgreement>
APIException
public APINodeList<BusinessAgreement> execute(Map<String,Object> extraParams) throws APIException
execute
in class APIRequest<BusinessAgreement>
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<BusinessAgreement>> executeAsync() throws APIException
APIException
public com.google.common.util.concurrent.ListenableFuture<APINodeList<BusinessAgreement>> executeAsync(Map<String,Object> extraParams) throws APIException
APIException
public Business.APIRequestGetInitiatedSharingAgreements setParam(String param, Object value)
setParam
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements setParams(Map<String,Object> params)
setParams
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements setReceivingBusinessId(String receivingBusinessId)
public Business.APIRequestGetInitiatedSharingAgreements setRequestStatus(BusinessAgreement.EnumRequestStatus requestStatus)
public Business.APIRequestGetInitiatedSharingAgreements setRequestStatus(String requestStatus)
public Business.APIRequestGetInitiatedSharingAgreements requestAllFields()
public Business.APIRequestGetInitiatedSharingAgreements requestAllFields(boolean value)
public Business.APIRequestGetInitiatedSharingAgreements requestFields(List<String> fields)
requestFields
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements requestFields(List<String> fields, boolean value)
requestFields
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements requestField(String field)
requestField
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements requestField(String field, boolean value)
requestField
in class APIRequest<BusinessAgreement>
public Business.APIRequestGetInitiatedSharingAgreements requestIdField()
public Business.APIRequestGetInitiatedSharingAgreements requestIdField(boolean value)
public Business.APIRequestGetInitiatedSharingAgreements requestRequestStatusField()
public Business.APIRequestGetInitiatedSharingAgreements requestRequestStatusField(boolean value)
Copyright © 2020. All rights reserved.