Uses of Class
com.oracle.bmc.apigateway.model.Subscriber.LifecycleState
-
Packages that use Subscriber.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of Subscriber.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Subscriber.LifecycleState Modifier and Type Method Description Waiter<GetSubscriberRequest,GetSubscriberResponse>
SubscribersWaiters. forSubscriber(GetSubscriberRequest request, Subscriber.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSubscriberRequest,GetSubscriberResponse>
SubscribersWaiters. forSubscriber(GetSubscriberRequest request, Subscriber.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSubscriberRequest,GetSubscriberResponse>
SubscribersWaiters. forSubscriber(GetSubscriberRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subscriber.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Subscriber.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Subscriber.LifecycleState Modifier and Type Method Description static Subscriber.LifecycleState
Subscriber.LifecycleState. create(String key)
Subscriber.LifecycleState
Subscriber. getLifecycleState()
The current state of the subscriber.Subscriber.LifecycleState
SubscriberSummary. 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.Methods in com.oracle.bmc.apigateway.model with parameters of type Subscriber.LifecycleState Modifier and Type Method Description Subscriber.Builder
Subscriber.Builder. lifecycleState(Subscriber.LifecycleState lifecycleState)
The current state of the subscriber.SubscriberSummary.Builder
SubscriberSummary.Builder. lifecycleState(Subscriber.LifecycleState lifecycleState)
The current state of the subscriber.Constructors in com.oracle.bmc.apigateway.model with parameters of type Subscriber.LifecycleState Constructor 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. -
Uses of Subscriber.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return Subscriber.LifecycleState Modifier and Type Method Description Subscriber.LifecycleState
ListSubscribersRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type Subscriber.LifecycleState Modifier and Type Method Description ListSubscribersRequest.Builder
ListSubscribersRequest.Builder. lifecycleState(Subscriber.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-