Uses of Class
com.google.genai.gaos.models.webhooks.WebhookListResponse
Packages that use WebhookListResponse
Package
Description
-
Uses of WebhookListResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type WebhookListResponseModifier and TypeMethodDescriptionListWebhooksResponse.webhookListResponse()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type WebhookListResponseModifier and TypeMethodDescriptionListWebhooksResponse.Builder.webhookListResponse(WebhookListResponse webhookListResponse) Successful operationListWebhooksResponse.withWebhookListResponse(WebhookListResponse webhookListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type WebhookListResponseModifierConstructorDescriptionListWebhooksResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, WebhookListResponse webhookListResponse) -
Uses of WebhookListResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type WebhookListResponseModifier and TypeMethodDescriptionListWebhooksResponse.webhookListResponse()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type WebhookListResponseModifier and TypeMethodDescriptionListWebhooksResponse.Builder.webhookListResponse(WebhookListResponse webhookListResponse) Successful operationListWebhooksResponse.withWebhookListResponse(WebhookListResponse webhookListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type WebhookListResponseModifierConstructorDescriptionListWebhooksResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, WebhookListResponse webhookListResponse) -
Uses of WebhookListResponse in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookListResponseModifier and TypeMethodDescriptionWebhookListResponse.Builder.build()WebhookListResponse.withNextPageToken(String nextPageToken) A token, which can be sent as `page_token` to retrieve the next page.WebhookListResponse.withWebhooks(List<Webhook> webhooks) The webhooks.