public interface Notifications extends com.vmware.vapi.bindings.Service, NotificationsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
NotificationsList |
addurifilters(java.lang.String watcherId,
Notification notification)
Add uri filters for the specified watcher ID.
|
void |
addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Add uri filters for the specified watcher ID.
|
void |
addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add uri filters for the specified watcher ID.
|
NotificationsList |
addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add uri filters for the specified watcher ID.
|
NotificationsList |
deleteurifilters(java.lang.String watcherId,
Notification notification)
Delete uri filters for the specified watcher ID.
|
void |
deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Delete uri filters for the specified watcher ID.
|
void |
deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete uri filters for the specified watcher ID.
|
NotificationsList |
deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete uri filters for the specified watcher ID.
|
NotificationsList |
get(java.lang.String watcherId)
Get notifications for the specified watcher ID.
|
void |
get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Get notifications for the specified watcher ID.
|
void |
get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get notifications for the specified watcher ID.
|
NotificationsList |
get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get notifications for the specified watcher ID.
|
NotificationsList |
update(java.lang.String watcherId,
NotificationsList notificationsList)
Update notifications for the specified watcher ID.
|
void |
update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Update notifications for the specified watcher ID.
|
void |
update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update notifications for the specified watcher ID.
|
NotificationsList |
update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update notifications for the specified watcher ID.
|
NotificationsList addurifilters(java.lang.String watcherId, Notification notification)
Synchronous method overload. Result of the invocation will be reported as a method return value.
watcherId - (required)notification - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNotificationsList addurifilters(java.lang.String watcherId, Notification notification, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
watcherId - (required)notification - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NotificationsList deleteurifilters(java.lang.String watcherId, Notification notification)
Synchronous method overload. Result of the invocation will be reported as a method return value.
watcherId - (required)notification - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNotificationsList deleteurifilters(java.lang.String watcherId, Notification notification, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
watcherId - (required)notification - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NotificationsList get(java.lang.String watcherId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
watcherId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNotificationsList get(java.lang.String watcherId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
watcherId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NotificationsList update(java.lang.String watcherId, NotificationsList notificationsList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
watcherId - (required)notificationsList - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNotificationsList update(java.lang.String watcherId, NotificationsList notificationsList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
watcherId - (required)notificationsList - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notificationsList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NotificationsList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
watcherId - (required)notificationsList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.