Uses of Class
com.oracle.bmc.aispeech.model.CustomizationCollection
-
Packages that use CustomizationCollection Package Description com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.responses -
-
Uses of CustomizationCollection in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return CustomizationCollection Modifier and Type Method Description CustomizationCollection
CustomizationCollection.Builder. build()
Methods in com.oracle.bmc.aispeech.model with parameters of type CustomizationCollection Modifier and Type Method Description CustomizationCollection.Builder
CustomizationCollection.Builder. copy(CustomizationCollection model)
-
Uses of CustomizationCollection in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return CustomizationCollection Modifier and Type Method Description CustomizationCollection
ListCustomizationsResponse. getCustomizationCollection()
The returned CustomizationCollection instance.Methods in com.oracle.bmc.aispeech.responses with parameters of type CustomizationCollection Modifier and Type Method Description ListCustomizationsResponse.Builder
ListCustomizationsResponse.Builder. customizationCollection(CustomizationCollection customizationCollection)
The returned CustomizationCollection instance.
-