Package com.streamlayer.triggers
Interface CancelSubscriptionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CancelSubscriptionResponse,CancelSubscriptionResponse.Builder
public interface CancelSubscriptionResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelSubscriptionResponse.AttributesgetData().streamlayer.triggers.CancelSubscriptionResponse.Attributes data = 1 [json_name = "data"];booleanhasData().streamlayer.triggers.CancelSubscriptionResponse.Attributes data = 1 [json_name = "data"];
-
-
-
Method Detail
-
hasData
boolean hasData()
.streamlayer.triggers.CancelSubscriptionResponse.Attributes data = 1 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
CancelSubscriptionResponse.Attributes getData()
.streamlayer.triggers.CancelSubscriptionResponse.Attributes data = 1 [json_name = "data"];- Returns:
- The data.
-
-