Package io.quarkiverse.mailpit.test.rest
Class TagsApi
java.lang.Object
io.quarkiverse.mailpit.test.rest.TagsApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class TagsApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ApiExceptiongetApiException(String operationId, HttpResponse<InputStream> response) setTags()Get all current tags Returns a JSON array of all unique message tags.voidsetTags_0(SetTagsRequest ids) Set message tags To remove all tags from a message, pass an empty tags array.Set message tags To remove all tags from a message, pass an empty tags array.Get all current tags Returns a JSON array of all unique message tags.
-
Constructor Details
-
TagsApi
public TagsApi() -
TagsApi
-
-
Method Details
-
getApiException
protected ApiException getApiException(String operationId, HttpResponse<InputStream> response) throws IOException - Throws:
IOException
-
setTags
Get all current tags Returns a JSON array of all unique message tags.- Returns:
- List<String>
- Throws:
ApiException- if fails to make API call
-
setTagsWithHttpInfo
Get all current tags Returns a JSON array of all unique message tags.- Returns:
- ApiResponse<List<String>>
- Throws:
ApiException- if fails to make API call
-
setTags_0
Set message tags To remove all tags from a message, pass an empty tags array.- Parameters:
ids- Database IDs to update (required)- Throws:
ApiException- if fails to make API call
-
setTags_0WithHttpInfo
Set message tags To remove all tags from a message, pass an empty tags array.- Parameters:
ids- Database IDs to update (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- if fails to make API call
-