public class DeliveryIndicationService extends Object
| Constructor and Description |
|---|
DeliveryIndicationService(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Long |
count(EntityQueryFilter filter,
Long spaceId,
Map<String,Object> params)
Count
Counts the number of items in the database as restricted by the given filter.
|
Long |
count(Long spaceId,
EntityQueryFilter filter)
Count
Counts the number of items in the database as restricted by the given filter.
|
com.google.api.client.http.HttpResponse |
countForHttpResponse(EntityQueryFilter filter,
Long spaceId,
Map<String,Object> params) |
com.google.api.client.http.HttpResponse |
countForHttpResponse(Long spaceId,
EntityQueryFilter filter) |
com.google.api.client.http.HttpResponse |
countForHttpResponse(Long spaceId,
InputStream filter,
String mediaType) |
ApiClient |
getApiClient() |
DeliveryIndication |
markAsNotSuitable(Long spaceId,
Long deliveryIndicationId)
markAsNotSuitable
This operation marks the delivery indication as not suitable.
|
DeliveryIndication |
markAsNotSuitable(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params)
markAsNotSuitable
This operation marks the delivery indication as not suitable.
|
com.google.api.client.http.HttpResponse |
markAsNotSuitableForHttpResponse(Long spaceId,
InputStream deliveryIndicationId,
String mediaType) |
com.google.api.client.http.HttpResponse |
markAsNotSuitableForHttpResponse(Long spaceId,
Long deliveryIndicationId) |
com.google.api.client.http.HttpResponse |
markAsNotSuitableForHttpResponse(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params) |
DeliveryIndication |
markAsSuitable(Long spaceId,
Long deliveryIndicationId)
markAsSuitable
This operation marks the delivery indication as suitable.
|
DeliveryIndication |
markAsSuitable(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params)
markAsSuitable
This operation marks the delivery indication as suitable.
|
com.google.api.client.http.HttpResponse |
markAsSuitableForHttpResponse(Long spaceId,
InputStream deliveryIndicationId,
String mediaType) |
com.google.api.client.http.HttpResponse |
markAsSuitableForHttpResponse(Long spaceId,
Long deliveryIndicationId) |
com.google.api.client.http.HttpResponse |
markAsSuitableForHttpResponse(Long spaceId,
Long deliveryIndicationId,
Map<String,Object> params) |
DeliveryIndication |
read(Long spaceId,
Long id)
Read
Reads the entity with the given 'id' and returns it.
|
DeliveryIndication |
read(Long spaceId,
Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
com.google.api.client.http.HttpResponse |
readForHttpResponse(Long spaceId,
Long id) |
com.google.api.client.http.HttpResponse |
readForHttpResponse(Long spaceId,
Long id,
Map<String,Object> params) |
List<DeliveryIndication> |
search(Long spaceId,
EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<DeliveryIndication> |
search(Long spaceId,
EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
com.google.api.client.http.HttpResponse |
searchForHttpResponse(Long spaceId,
EntityQuery query) |
com.google.api.client.http.HttpResponse |
searchForHttpResponse(Long spaceId,
EntityQuery query,
Map<String,Object> params) |
com.google.api.client.http.HttpResponse |
searchForHttpResponse(Long spaceId,
InputStream query,
String mediaType) |
void |
setApiClient(ApiClient apiClient) |
public DeliveryIndicationService(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Long count(Long spaceId, EntityQueryFilter filter) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - filter - The filter which restricts the entities which are used to calculate the count.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public Long count(EntityQueryFilter filter, Long spaceId, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse countForHttpResponse(Long spaceId, EntityQueryFilter filter) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse countForHttpResponse(Long spaceId, InputStream filter, String mediaType) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse countForHttpResponse(EntityQueryFilter filter, Long spaceId, Map<String,Object> params) throws IOException
IOExceptionpublic DeliveryIndication markAsNotSuitable(Long spaceId, Long deliveryIndicationId) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - deliveryIndicationId - The delivery indication id which should be marked as not suitable.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public DeliveryIndication markAsNotSuitable(Long spaceId, Long deliveryIndicationId, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - deliveryIndicationId - The delivery indication id which should be marked as not suitable.params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse markAsNotSuitableForHttpResponse(Long spaceId, Long deliveryIndicationId) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse markAsNotSuitableForHttpResponse(Long spaceId, InputStream deliveryIndicationId, String mediaType) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse markAsNotSuitableForHttpResponse(Long spaceId, Long deliveryIndicationId, Map<String,Object> params) throws IOException
IOExceptionpublic DeliveryIndication markAsSuitable(Long spaceId, Long deliveryIndicationId) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - deliveryIndicationId - The delivery indication id which should be marked as suitable.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public DeliveryIndication markAsSuitable(Long spaceId, Long deliveryIndicationId, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - deliveryIndicationId - The delivery indication id which should be marked as suitable.params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse markAsSuitableForHttpResponse(Long spaceId, Long deliveryIndicationId) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse markAsSuitableForHttpResponse(Long spaceId, InputStream deliveryIndicationId, String mediaType) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse markAsSuitableForHttpResponse(Long spaceId, Long deliveryIndicationId, Map<String,Object> params) throws IOException
IOExceptionpublic DeliveryIndication read(Long spaceId, Long id) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - id - The id of the delivery indication which should be returned.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public DeliveryIndication read(Long spaceId, Long id, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - id - The id of the delivery indication which should be returned.params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse readForHttpResponse(Long spaceId, Long id) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse readForHttpResponse(Long spaceId, Long id, Map<String,Object> params) throws IOException
IOExceptionpublic List<DeliveryIndication> search(Long spaceId, EntityQuery query) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - query - The query restricts the delivery indications which are returned by the search.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public List<DeliveryIndication> search(Long spaceId, EntityQuery query, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
spaceId - query - The query restricts the delivery indications which are returned by the search.params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse searchForHttpResponse(Long spaceId, EntityQuery query) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse searchForHttpResponse(Long spaceId, InputStream query, String mediaType) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse searchForHttpResponse(Long spaceId, EntityQuery query, Map<String,Object> params) throws IOException
IOExceptionCopyright © 2022. All rights reserved.