Class SubscriptionFormatInput
java.lang.Object
com.commercetools.graphql.api.types.SubscriptionFormatInput
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionFormatInput(PlatformFormatInput Platform, CloudEventsSubscriptionsFormatInput CloudEvents) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCloudEvents(CloudEventsSubscriptionsFormatInput CloudEvents) voidsetPlatform(PlatformFormatInput Platform) toString()
-
Constructor Details
-
SubscriptionFormatInput
public SubscriptionFormatInput() -
SubscriptionFormatInput
public SubscriptionFormatInput(PlatformFormatInput Platform, CloudEventsSubscriptionsFormatInput CloudEvents)
-
-
Method Details