public final class NotificationEndPoint extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationEndPoint.Creator |
static class |
NotificationEndPoint.Updater
The Class Updater.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityCreateOperation<NotificationEndPointInfo> |
create(String name,
EndPointType endPointType,
String endPointAddress)
Creates an operation to create a new notification end point.
|
static EntityDeleteOperation |
delete(String notificationEndPointId)
Create an operation to delete the given notification end point
|
static EntityGetOperation<NotificationEndPointInfo> |
get(LinkInfo<NotificationEndPointInfo> link)
Create an operation that will retrieve the notification end point at the
given link
|
static EntityGetOperation<NotificationEndPointInfo> |
get(String notificationEndPointId)
Create an operation that will retrieve the given notification end point
|
static DefaultListOperation<NotificationEndPointInfo> |
list()
Create an operation that will retrieve all notification end points
|
static NotificationEndPoint.Updater |
update(String notificationEndPointId) |
public static EntityCreateOperation<NotificationEndPointInfo> create(String name, EndPointType endPointType, String endPointAddress)
name - name of the notification end point.endPointType - the type of the notification end point.endPointAddress - the address of the end point.public static EntityGetOperation<NotificationEndPointInfo> get(String notificationEndPointId)
notificationEndPointId - id of notification end point to retrievepublic static EntityGetOperation<NotificationEndPointInfo> get(LinkInfo<NotificationEndPointInfo> link)
link - the linkpublic static DefaultListOperation<NotificationEndPointInfo> list()
public static NotificationEndPoint.Updater update(String notificationEndPointId)
public static EntityDeleteOperation delete(String notificationEndPointId)
notificationEndPointId - id of notification end point to delete/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/