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