Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ClientSummary |
ClientSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ClientSummary> |
SubscriberSummary.getClients()
The clients belonging to this subscriber.
|
Modifier and Type | Method and Description |
---|---|
ClientSummary.Builder |
ClientSummary.Builder.copy(ClientSummary model) |
Modifier and Type | Method and Description |
---|---|
SubscriberSummary.Builder |
SubscriberSummary.Builder.clients(List<ClientSummary> clients)
The clients belonging to this subscriber.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2024. All rights reserved.