Uses of Class
com.oracle.bmc.apigateway.model.UpdateGatewayDetails
-
Packages that use UpdateGatewayDetails Package Description com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of UpdateGatewayDetails in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return UpdateGatewayDetails Modifier and Type Method Description UpdateGatewayDetails
UpdateGatewayDetails.Builder. build()
Methods in com.oracle.bmc.apigateway.model with parameters of type UpdateGatewayDetails Modifier and Type Method Description UpdateGatewayDetails.Builder
UpdateGatewayDetails.Builder. copy(UpdateGatewayDetails model)
-
Uses of UpdateGatewayDetails in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return UpdateGatewayDetails Modifier and Type Method Description UpdateGatewayDetails
UpdateGatewayRequest. getBody$()
Alternative accessor for the body parameter.UpdateGatewayDetails
UpdateGatewayRequest. getUpdateGatewayDetails()
The information to be updated.Methods in com.oracle.bmc.apigateway.requests with parameters of type UpdateGatewayDetails Modifier and Type Method Description UpdateGatewayRequest.Builder
UpdateGatewayRequest.Builder. body$(UpdateGatewayDetails body)
Alternative setter for the body parameter.UpdateGatewayRequest.Builder
UpdateGatewayRequest.Builder. updateGatewayDetails(UpdateGatewayDetails updateGatewayDetails)
The information to be updated.
-