Uses of Class
com.oracle.bmc.servicecatalog.model.ChangeServiceCatalogCompartmentDetails
-
Packages that use ChangeServiceCatalogCompartmentDetails Package Description com.oracle.bmc.servicecatalog.model com.oracle.bmc.servicecatalog.requests -
-
Uses of ChangeServiceCatalogCompartmentDetails in com.oracle.bmc.servicecatalog.model
Methods in com.oracle.bmc.servicecatalog.model that return ChangeServiceCatalogCompartmentDetails Modifier and Type Method Description ChangeServiceCatalogCompartmentDetails
ChangeServiceCatalogCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.servicecatalog.model with parameters of type ChangeServiceCatalogCompartmentDetails Modifier and Type Method Description ChangeServiceCatalogCompartmentDetails.Builder
ChangeServiceCatalogCompartmentDetails.Builder. copy(ChangeServiceCatalogCompartmentDetails model)
-
Uses of ChangeServiceCatalogCompartmentDetails in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return ChangeServiceCatalogCompartmentDetails Modifier and Type Method Description ChangeServiceCatalogCompartmentDetails
ChangeServiceCatalogCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeServiceCatalogCompartmentDetails
ChangeServiceCatalogCompartmentRequest. getChangeServiceCatalogCompartmentDetails()
The details of the request to change the compartment of a given service catalog.Methods in com.oracle.bmc.servicecatalog.requests with parameters of type ChangeServiceCatalogCompartmentDetails Modifier and Type Method Description ChangeServiceCatalogCompartmentRequest.Builder
ChangeServiceCatalogCompartmentRequest.Builder. body$(ChangeServiceCatalogCompartmentDetails body)
Alternative setter for the body parameter.ChangeServiceCatalogCompartmentRequest.Builder
ChangeServiceCatalogCompartmentRequest.Builder. changeServiceCatalogCompartmentDetails(ChangeServiceCatalogCompartmentDetails changeServiceCatalogCompartmentDetails)
The details of the request to change the compartment of a given service catalog.
-