Interface SubscriptionType.IdStage
-
- All Known Implementing Classes:
SubscriptionType.Builder
- Enclosing class:
- SubscriptionType
public static interface SubscriptionType.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionType.Builderfrom(SubscriptionType other)SubscriptionType.StateStageid(java.lang.String id)The unique identifier representing the subscription type.
-
-
-
Method Detail
-
id
SubscriptionType.StateStage id(@NotNull java.lang.String id)
The unique identifier representing the subscription type.
-
from
SubscriptionType.Builder from(SubscriptionType other)
-
-