Interface PlcUnsubscriptionRequest.Builder
-
- All Superinterfaces:
PlcRequestBuilder
- Enclosing interface:
- PlcUnsubscriptionRequest
public static interface PlcUnsubscriptionRequest.Builder extends PlcRequestBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlcUnsubscriptionRequest.Builder
addHandles(Collection<PlcSubscriptionHandle> plcSubscriptionHandle)
PlcSubscriptionHandle
s that should be removed from the subscriptionPlcUnsubscriptionRequest.Builder
addHandles(PlcSubscriptionHandle plcSubscriptionHandle)
PlcSubscriptionHandle
that should be removed from the subscriptionPlcUnsubscriptionRequest.Builder
addHandles(PlcSubscriptionHandle plcSubscriptionHandle1, PlcSubscriptionHandle... plcSubscriptionHandles)
PlcSubscriptionHandle
s that should be removed from the subscriptionPlcUnsubscriptionRequest
build()
-
-
-
Method Detail
-
build
PlcUnsubscriptionRequest build()
- Specified by:
build
in interfacePlcRequestBuilder
-
addHandles
PlcUnsubscriptionRequest.Builder addHandles(PlcSubscriptionHandle plcSubscriptionHandle)
PlcSubscriptionHandle
that should be removed from the subscription- Parameters:
plcSubscriptionHandle
-PlcSubscriptionHandle
to be removed
-
addHandles
PlcUnsubscriptionRequest.Builder addHandles(PlcSubscriptionHandle plcSubscriptionHandle1, PlcSubscriptionHandle... plcSubscriptionHandles)
PlcSubscriptionHandle
s that should be removed from the subscription- Parameters:
plcSubscriptionHandle1
-PlcSubscriptionHandle
to be removedplcSubscriptionHandles
-PlcSubscriptionHandle
to be removed
-
addHandles
PlcUnsubscriptionRequest.Builder addHandles(Collection<PlcSubscriptionHandle> plcSubscriptionHandle)
PlcSubscriptionHandle
s that should be removed from the subscription- Parameters:
plcSubscriptionHandle
-PlcSubscriptionHandle
to be removed
-
-