Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Client |
Client.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Client> |
UpdateSubscriberDetails.getClients()
The clients belonging to the subscriber.
|
List<Client> |
Subscriber.getClients()
The clients belonging to this subscriber.
|
List<Client> |
CreateSubscriberDetails.getClients()
The clients belonging to this subscriber.
|
Modifier and Type | Method and Description |
---|---|
Client.Builder |
Client.Builder.copy(Client model) |
Modifier and Type | Method and Description |
---|---|
UpdateSubscriberDetails.Builder |
UpdateSubscriberDetails.Builder.clients(List<Client> clients)
The clients belonging to the subscriber.
|
Subscriber.Builder |
Subscriber.Builder.clients(List<Client> clients)
The clients belonging to this subscriber.
|
CreateSubscriberDetails.Builder |
CreateSubscriberDetails.Builder.clients(List<Client> clients)
The clients belonging to this subscriber.
|
Constructor and Description |
---|
CreateSubscriberDetails(String displayName,
String compartmentId,
List<Client> clients,
List<String> usagePlans,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
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.
|
UpdateSubscriberDetails(String displayName,
List<Client> clients,
List<String> usagePlans,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.