Uses of Class
com.oracle.bmc.apigateway.model.ChangeApiCompartmentDetails
-
Packages that use ChangeApiCompartmentDetails Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of ChangeApiCompartmentDetails in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return ChangeApiCompartmentDetails Modifier and Type Method Description ChangeApiCompartmentDetails
ChangeApiCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type ChangeApiCompartmentDetails Modifier and Type Method Description ChangeApiCompartmentDetails.Builder
ChangeApiCompartmentDetails.Builder. copy(ChangeApiCompartmentDetails model)
-
Uses of ChangeApiCompartmentDetails in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ChangeApiCompartmentDetails Modifier and Type Method Description ChangeApiCompartmentDetails
ChangeApiCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeApiCompartmentDetails
ChangeApiCompartmentRequest. getChangeApiCompartmentDetails()
Details of the target compartment.Methods in com.oracle.bmc.apigateway.requests with parameters of type ChangeApiCompartmentDetails Modifier and Type Method Description ChangeApiCompartmentRequest.Builder
ChangeApiCompartmentRequest.Builder. body$(ChangeApiCompartmentDetails body)
Alternative setter for the body parameter.ChangeApiCompartmentRequest.Builder
ChangeApiCompartmentRequest.Builder. changeApiCompartmentDetails(ChangeApiCompartmentDetails changeApiCompartmentDetails)
Details of the target compartment.
-