Uses of Class
com.softlayer.api.service.notification.user.Subscriber
-
-
Uses of Subscriber in com.softlayer.api.service.network
Fields in com.softlayer.api.service.network with type parameters of type Subscriber Modifier and Type Field Description protected List<Subscriber>
Storage. notificationSubscribers
The subscribers that will be notified for usage amount warnings and overages.Methods in com.softlayer.api.service.network that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>
Storage. getNotificationSubscribers()
List<Subscriber>
Storage.Service. getNotificationSubscribers()
The subscribers that will be notified for usage amount warnings and overages.Future<List<Subscriber>>
Storage.ServiceAsync. getNotificationSubscribers()
Async version ofStorage.Service.getNotificationSubscribers()
Method parameters in com.softlayer.api.service.network with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Storage.ServiceAsync. getNotificationSubscribers(ResponseHandler<List<Subscriber>> callback)
Async callback version ofStorage.Service.getNotificationSubscribers()
-
Uses of Subscriber in com.softlayer.api.service.notification.user
Methods in com.softlayer.api.service.notification.user that return Subscriber Modifier and Type Method Description Subscriber
Subscriber.Service. getObject()
Methods in com.softlayer.api.service.notification.user that return types with arguments of type Subscriber Modifier and Type Method Description Future<Subscriber>
Subscriber.ServiceAsync. getObject()
Async version ofSubscriber.Service.getObject()
Methods in com.softlayer.api.service.notification.user with parameters of type Subscriber Modifier and Type Method Description Boolean
Subscriber.Service. createObject(Subscriber templateObject)
Use the method to create a new subscription for a notification.Future<Boolean>
Subscriber.ServiceAsync. createObject(Subscriber templateObject)
Future<?>
Subscriber.ServiceAsync. createObject(Subscriber templateObject, ResponseHandler<Boolean> callback)
Boolean
Subscriber.Service. editObject(Subscriber templateObject)
The subscriber's subscription status can be "turned off" or "turned on" if the subscription is not required.Future<Boolean>
Subscriber.ServiceAsync. editObject(Subscriber templateObject)
Future<?>
Subscriber.ServiceAsync. editObject(Subscriber templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.notification.user with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Subscriber.ServiceAsync. getObject(ResponseHandler<Subscriber> callback)
-
Uses of Subscriber in com.softlayer.api.service.notification.user.subscriber
Subclasses of Subscriber in com.softlayer.api.service.notification.user.subscriber Modifier and Type Class Description class
Billing
A notification subscriber will have details pertaining to the subscriber's notification subscription.class
Mobile
A notification subscriber will have details pertaining to the subscriber's notification subscription.Fields in com.softlayer.api.service.notification.user.subscriber declared as Subscriber Modifier and Type Field Description protected Subscriber
Preference. notificationUserSubscriber
Details of the subscriber tied to the preference.protected Subscriber
Resource. notificationUserSubscriber
The Subscriber information tied to the resource service.Methods in com.softlayer.api.service.notification.user.subscriber that return Subscriber Modifier and Type Method Description Subscriber
Preference. getNotificationUserSubscriber()
Subscriber
Preference.Service. getNotificationUserSubscriber()
Details of the subscriber tied to the preference.Subscriber
Resource. getNotificationUserSubscriber()
Methods in com.softlayer.api.service.notification.user.subscriber that return types with arguments of type Subscriber Modifier and Type Method Description Future<Subscriber>
Preference.ServiceAsync. getNotificationUserSubscriber()
Async version ofPreference.Service.getNotificationUserSubscriber()
Methods in com.softlayer.api.service.notification.user.subscriber with parameters of type Subscriber Modifier and Type Method Description void
Preference. setNotificationUserSubscriber(Subscriber notificationUserSubscriber)
void
Resource. setNotificationUserSubscriber(Subscriber notificationUserSubscriber)
Method parameters in com.softlayer.api.service.notification.user.subscriber with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Preference.ServiceAsync. getNotificationUserSubscriber(ResponseHandler<Subscriber> callback)
Async callback version ofPreference.Service.getNotificationUserSubscriber()
-
Uses of Subscriber in com.softlayer.api.service.notification.user.subscriber.delivery
Fields in com.softlayer.api.service.notification.user.subscriber.delivery declared as Subscriber Modifier and Type Field Description protected Subscriber
Method. notificationUserSubscriber
The Subscriber information tied to the delivery method.Methods in com.softlayer.api.service.notification.user.subscriber.delivery that return Subscriber Modifier and Type Method Description Subscriber
Method. getNotificationUserSubscriber()
Methods in com.softlayer.api.service.notification.user.subscriber.delivery with parameters of type Subscriber Modifier and Type Method Description void
Method. setNotificationUserSubscriber(Subscriber notificationUserSubscriber)
-
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. subscribers
A user's notification subscription records.Methods in com.softlayer.api.service.user that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>
Customer. getSubscribers()
List<Subscriber>
Customer.Service. getSubscribers()
A user's notification subscription records.Future<List<Subscriber>>
Customer.ServiceAsync. getSubscribers()
Async version ofCustomer.Service.getSubscribers()
Method parameters in com.softlayer.api.service.user with type arguments of type Subscriber Modifier and Type Method Description Future<?>
Customer.ServiceAsync. getSubscribers(ResponseHandler<List<Subscriber>> callback)
Async callback version ofCustomer.Service.getSubscribers()
-
Uses of Subscriber in com.softlayer.api.service.user.customer
Fields in com.softlayer.api.service.user.customer with type parameters of type Subscriber Modifier and Type Field Description protected List<Subscriber>
MobileDevice. pushNotificationSubscriptions
Notification subscriptions attached to a mobile device.Methods in com.softlayer.api.service.user.customer that return types with arguments of type Subscriber Modifier and Type Method Description List<Subscriber>
MobileDevice. getPushNotificationSubscriptions()
List<Subscriber>
MobileDevice.Service. getPushNotificationSubscriptions()
Notification subscriptions attached to a mobile device.Future<List<Subscriber>>
MobileDevice.ServiceAsync. getPushNotificationSubscriptions()
Async version ofMobileDevice.Service.getPushNotificationSubscriptions()
Method parameters in com.softlayer.api.service.user.customer with type arguments of type Subscriber Modifier and Type Method Description Future<?>
MobileDevice.ServiceAsync. getPushNotificationSubscriptions(ResponseHandler<List<Subscriber>> callback)
Async callback version ofMobileDevice.Service.getPushNotificationSubscriptions()
-