IPartnerServiceClient Interface
public interface IPartnerServiceClient
Method Summary
Method Details
<T,U>patch
public abstract U
Executes a PATCH operation against the partner service.
Parameters:
Returns:
<T,U>post
public abstract U
Executes a POST operation against the partner service.
Parameters:
Returns:
<T,U>post
public abstract U
Executes a POST operation against the partner service.
Parameters:
Returns:
<T,U>put
public abstract U
Executes a PUT operation against the partner service.
Parameters:
Returns:
<T>delete
public abstract void
Executes a DELETE operation against the partner service.
Parameters:
<T>get
public abstract T
Executes a GET operation against the partner service.
Parameters:
Returns:
<T>get
public abstract T
Executes a GET operation against the partner service.
Parameters:
Returns:
<T>get
public abstract T
Executes a GET operation against the partner service.
Parameters:
Returns:
<T>get
public abstract T
Executes a GET operation against the partner service.
Parameters:
Returns:
<T>head
public abstract T
Executes a HEAD operation against the partner service.
Parameters:
Returns:
getFileContents
public abstract InputStream getFileContents(IPartner rootPartnerOperations, String relativeUri, String acceptType)
Executes a file content request against the partner service.
Parameters:
Returns: