Uses of Class
com.oracle.bmc.marketplacepublisher.model.CategoryCollection
-
Packages that use CategoryCollection Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.responses -
-
Uses of CategoryCollection in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return CategoryCollection Modifier and Type Method Description CategoryCollection
CategoryCollection.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CategoryCollection Modifier and Type Method Description CategoryCollection.Builder
CategoryCollection.Builder. copy(CategoryCollection model)
-
Uses of CategoryCollection in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return CategoryCollection Modifier and Type Method Description CategoryCollection
ListCategoriesResponse. getCategoryCollection()
The returned CategoryCollection instance.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type CategoryCollection Modifier and Type Method Description ListCategoriesResponse.Builder
ListCategoriesResponse.Builder. categoryCollection(CategoryCollection categoryCollection)
The returned CategoryCollection instance.
-