public class NotificationsStub extends com.vmware.vapi.internal.bindings.Stub implements Notifications
Notifications
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NotificationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NotificationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| 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.
|
public NotificationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NotificationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NotificationsList addurifilters(java.lang.String watcherId, Notification notification)
NotificationsSynchronous method overload. Result of the invocation will be reported as a method return value.
addurifilters in interface NotificationswatcherId - (required)notification - (required)public NotificationsList addurifilters(java.lang.String watcherId, Notification notification, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
addurifilters in interface NotificationswatcherId - (required)notification - (required)invocationConfig - Configuration for the method invocation.public void addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
NotificationsAsynchronous 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
addurifilters in interface NotificationswatcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void addurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsAsynchronous 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
addurifilters in interface NotificationswatcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NotificationsList deleteurifilters(java.lang.String watcherId, Notification notification)
NotificationsSynchronous method overload. Result of the invocation will be reported as a method return value.
deleteurifilters in interface NotificationswatcherId - (required)notification - (required)public NotificationsList deleteurifilters(java.lang.String watcherId, Notification notification, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
deleteurifilters in interface NotificationswatcherId - (required)notification - (required)invocationConfig - Configuration for the method invocation.public void deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
NotificationsAsynchronous 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
deleteurifilters in interface NotificationswatcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void deleteurifilters(java.lang.String watcherId,
Notification notification,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsAsynchronous 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
deleteurifilters in interface NotificationswatcherId - (required)notification - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NotificationsList get(java.lang.String watcherId)
NotificationsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface NotificationswatcherId - (required)public NotificationsList get(java.lang.String watcherId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface NotificationswatcherId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
NotificationsAsynchronous 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
get in interface NotificationswatcherId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String watcherId,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsAsynchronous 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
get in interface NotificationswatcherId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public NotificationsList update(java.lang.String watcherId, NotificationsList notificationsList)
NotificationsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface NotificationswatcherId - (required)notificationsList - (required)public NotificationsList update(java.lang.String watcherId, NotificationsList notificationsList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface NotificationswatcherId - (required)notificationsList - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback)
NotificationsAsynchronous 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
update in interface NotificationswatcherId - (required)notificationsList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String watcherId,
NotificationsList notificationsList,
com.vmware.vapi.bindings.client.AsyncCallback<NotificationsList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NotificationsAsynchronous 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
update in interface NotificationswatcherId - (required)notificationsList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.