Uses of Class
com.oracle.bmc.goldengate.model.GenerateLibraryUrlDetails
-
Packages that use GenerateLibraryUrlDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of GenerateLibraryUrlDetails in com.oracle.bmc.goldengate.model
Subclasses of GenerateLibraryUrlDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
GenerateLogReaderComponentLibraryUrlDetails
Definition of the additional attributes for default library URL generation. -
Uses of GenerateLibraryUrlDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GenerateLibraryUrlDetails Modifier and Type Method Description GenerateLibraryUrlDetails
GenerateLibraryUrlRequest. getBody$()
Alternative accessor for the body parameter.GenerateLibraryUrlDetails
GenerateLibraryUrlRequest. getGenerateLibraryUrlDetails()
A placeholder for any additional metadata to describe the request details.Methods in com.oracle.bmc.goldengate.requests with parameters of type GenerateLibraryUrlDetails Modifier and Type Method Description GenerateLibraryUrlRequest.Builder
GenerateLibraryUrlRequest.Builder. body$(GenerateLibraryUrlDetails body)
Alternative setter for the body parameter.GenerateLibraryUrlRequest.Builder
GenerateLibraryUrlRequest.Builder. generateLibraryUrlDetails(GenerateLibraryUrlDetails generateLibraryUrlDetails)
A placeholder for any additional metadata to describe the request details.
-