Uses of Class
com.softlayer.api.service.notification.Subscriber
-
-
Uses of Subscriber in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Subscriber Modifier and Type Field Description protected List<Subscriber>
Account. activeNotificationSubscribers
protected List<Subscriber>
Account. notificationSubscribers
Methods in com.softlayer.api.service that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>
Account. getActiveNotificationSubscribers()
List<Subscriber>
Account.Service. getActiveNotificationSubscribers()
Future<List<Subscriber>>
Account.ServiceAsync. getActiveNotificationSubscribers()
Async version ofAccount.Service.getActiveNotificationSubscribers()
List<Subscriber>
Account. getNotificationSubscribers()
List<Subscriber>
Account.Service. getNotificationSubscribers()
Future<List<Subscriber>>
Account.ServiceAsync. getNotificationSubscribers()
Async version ofAccount.Service.getNotificationSubscribers()
Method parameters in com.softlayer.api.service with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Account.ServiceAsync. getActiveNotificationSubscribers(ResponseHandler<List<Subscriber>> callback)
Async callback version ofAccount.Service.getActiveNotificationSubscribers()
Future<?>
Account.ServiceAsync. getNotificationSubscribers(ResponseHandler<List<Subscriber>> callback)
Async callback version ofAccount.Service.getNotificationSubscribers()
-
Uses of Subscriber in com.softlayer.api.service.notification.subscriber
Subclasses of Subscriber in com.softlayer.api.service.notification.subscriber Modifier and Type Class Description class
Customer
-
Uses of Subscriber in com.softlayer.api.service.notification.subscriber.delivery
Fields in com.softlayer.api.service.notification.subscriber.delivery declared as Subscriber Modifier and Type Field Description protected Subscriber
Method. notificationSubscriber
Methods in com.softlayer.api.service.notification.subscriber.delivery that return Subscriber Modifier and Type Method Description Subscriber
Method. getNotificationSubscriber()
Methods in com.softlayer.api.service.notification.subscriber.delivery with parameters of type Subscriber Modifier and Type Method Description void
Method. setNotificationSubscriber(Subscriber notificationSubscriber)
-
Uses of Subscriber in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Subscriber Modifier and Type Field Description protected List<Subscriber>
Customer. notificationSubscribers
Notification subscription records for the user.Methods in com.softlayer.api.service.user that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>
Customer. getNotificationSubscribers()
List<Subscriber>
Customer.Service. getNotificationSubscribers()
Notification subscription records for the user.Future<List<Subscriber>>
Customer.ServiceAsync. getNotificationSubscribers()
Async version ofCustomer.Service.getNotificationSubscribers()
Method parameters in com.softlayer.api.service.user with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Customer.ServiceAsync. getNotificationSubscribers(ResponseHandler<List<Subscriber>> callback)
Async callback version ofCustomer.Service.getNotificationSubscribers()
-