Uses of Class
com.oracle.bmc.fusionapps.model.VerifyServiceAttachmentDetails
-
Packages that use VerifyServiceAttachmentDetails Package Description com.oracle.bmc.fusionapps.model com.oracle.bmc.fusionapps.requests -
-
Uses of VerifyServiceAttachmentDetails in com.oracle.bmc.fusionapps.model
Methods in com.oracle.bmc.fusionapps.model that return VerifyServiceAttachmentDetails Modifier and Type Method Description VerifyServiceAttachmentDetails
VerifyServiceAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.fusionapps.model with parameters of type VerifyServiceAttachmentDetails Modifier and Type Method Description VerifyServiceAttachmentDetails.Builder
VerifyServiceAttachmentDetails.Builder. copy(VerifyServiceAttachmentDetails model)
-
Uses of VerifyServiceAttachmentDetails in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return VerifyServiceAttachmentDetails Modifier and Type Method Description VerifyServiceAttachmentDetails
VerifyServiceAttachmentRequest. getBody$()
Alternative accessor for the body parameter.VerifyServiceAttachmentDetails
VerifyServiceAttachmentRequest. getVerifyServiceAttachmentDetails()
Details for the service attachment.Methods in com.oracle.bmc.fusionapps.requests with parameters of type VerifyServiceAttachmentDetails Modifier and Type Method Description VerifyServiceAttachmentRequest.Builder
VerifyServiceAttachmentRequest.Builder. body$(VerifyServiceAttachmentDetails body)
Alternative setter for the body parameter.VerifyServiceAttachmentRequest.Builder
VerifyServiceAttachmentRequest.Builder. verifyServiceAttachmentDetails(VerifyServiceAttachmentDetails verifyServiceAttachmentDetails)
Details for the service attachment.
-