EventSubscription.UpdateStages.WithExpirationTimeUtc Interface

public static interface EventSubscription.UpdateStages.WithExpirationTimeUtc

The stage of the EventSubscription update allowing to specify expirationTimeUtc.

Method Summary

Modifier and Type Method and Description
abstract Update withExpirationTimeUtc(OffsetDateTime expirationTimeUtc)

Specifies the expirationTimeUtc property: Information about the expiration time for the event subscription..

Method Details

withExpirationTimeUtc

public abstract EventSubscription.Update withExpirationTimeUtc(OffsetDateTime expirationTimeUtc)

Specifies the expirationTimeUtc property: Information about the expiration time for the event subscription..

Parameters:

expirationTimeUtc - Information about the expiration time for the event subscription.

Returns:

the next definition stage.

Applies to