Uses of Class
com.oracle.bmc.marketplace.model.UpdateAcceptedAgreementDetails
-
Packages that use UpdateAcceptedAgreementDetails Package Description com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.requests -
-
Uses of UpdateAcceptedAgreementDetails in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return UpdateAcceptedAgreementDetails Modifier and Type Method Description UpdateAcceptedAgreementDetails
UpdateAcceptedAgreementDetails.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type UpdateAcceptedAgreementDetails Modifier and Type Method Description UpdateAcceptedAgreementDetails.Builder
UpdateAcceptedAgreementDetails.Builder. copy(UpdateAcceptedAgreementDetails model)
-
Uses of UpdateAcceptedAgreementDetails in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return UpdateAcceptedAgreementDetails Modifier and Type Method Description UpdateAcceptedAgreementDetails
UpdateAcceptedAgreementRequest. getBody$()
Alternative accessor for the body parameter.UpdateAcceptedAgreementDetails
UpdateAcceptedAgreementRequest. getUpdateAcceptedAgreementDetails()
Details to update for an accepted agreement.Methods in com.oracle.bmc.marketplace.requests with parameters of type UpdateAcceptedAgreementDetails Modifier and Type Method Description UpdateAcceptedAgreementRequest.Builder
UpdateAcceptedAgreementRequest.Builder. body$(UpdateAcceptedAgreementDetails body)
Alternative setter for the body parameter.UpdateAcceptedAgreementRequest.Builder
UpdateAcceptedAgreementRequest.Builder. updateAcceptedAgreementDetails(UpdateAcceptedAgreementDetails updateAcceptedAgreementDetails)
Details to update for an accepted agreement.
-