Uses of Class
org.wso2.am.integration.clients.internal.api.dto.NotifyGatewayPayloadDTO
Packages that use NotifyGatewayPayloadDTO
Package
Description
-
Uses of NotifyGatewayPayloadDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api with parameters of type NotifyGatewayPayloadDTOModifier and TypeMethodDescriptionGatewayLifecycleApi.notifyGatewayPost(NotifyGatewayPayloadDTO body) Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi.notifyGatewayPostAsync(NotifyGatewayPayloadDTO body, ApiCallback<NotifyGatewayStatusResponseDTO> callback) Gateway Register or Heartbeat (asynchronously) Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi.notifyGatewayPostCall(NotifyGatewayPayloadDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build call for notifyGatewayPostGatewayLifecycleApi.notifyGatewayPostWithHttpInfo(NotifyGatewayPayloadDTO body) Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update. -
Uses of NotifyGatewayPayloadDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return NotifyGatewayPayloadDTOModifier and TypeMethodDescriptionNotifyGatewayPayloadDTO.addEnvironmentLabelsItem(String environmentLabelsItem) NotifyGatewayPayloadDTO.addLoadingTenantsItem(String loadingTenantsItem) NotifyGatewayPayloadDTO.environmentLabels(List<String> environmentLabels) NotifyGatewayPayloadDTO.gatewayProperties(GatewayPropertiesDTO gatewayProperties) NotifyGatewayPayloadDTO.loadingTenants(List<String> loadingTenants) NotifyGatewayPayloadDTO.payloadType(NotifyGatewayPayloadDTO.PayloadTypeEnum payloadType)