Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSubscriberRequest,GetSubscriberResponse> |
SubscribersWaiters.forSubscriber(GetSubscriberRequest request,
Subscriber.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSubscriberRequest,GetSubscriberResponse> |
SubscribersWaiters.forSubscriber(GetSubscriberRequest request,
Subscriber.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSubscriberRequest,GetSubscriberResponse> |
SubscribersWaiters.forSubscriber(GetSubscriberRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Subscriber.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Subscriber.LifecycleState |
Subscriber.LifecycleState.create(String key) |
Subscriber.LifecycleState |
SubscriberSummary.getLifecycleState()
The current state of the subscriber.
|
Subscriber.LifecycleState |
Subscriber.getLifecycleState()
The current state of the subscriber.
|
static Subscriber.LifecycleState |
Subscriber.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscriber.LifecycleState[] |
Subscriber.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SubscriberSummary.Builder |
SubscriberSummary.Builder.lifecycleState(Subscriber.LifecycleState lifecycleState)
The current state of the subscriber.
|
Subscriber.Builder |
Subscriber.Builder.lifecycleState(Subscriber.LifecycleState lifecycleState)
The current state of the subscriber.
|
Constructor and Description |
---|
Subscriber(String id,
String compartmentId,
String displayName,
List<Client> clients,
List<String> usagePlans,
Date timeCreated,
Date timeUpdated,
Subscriber.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SubscriberSummary(String id,
String compartmentId,
String displayName,
List<ClientSummary> clients,
List<String> usagePlans,
Date timeCreated,
Date timeUpdated,
Subscriber.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Subscriber.LifecycleState |
ListSubscribersRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListSubscribersRequest.Builder |
ListSubscribersRequest.Builder.lifecycleState(Subscriber.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.