Uses of Class
com.oracle.bmc.loganalytics.model.TestParserPayloadDetails
-
Packages that use TestParserPayloadDetails Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests -
-
Uses of TestParserPayloadDetails in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return TestParserPayloadDetails Modifier and Type Method Description TestParserPayloadDetails
TestParserPayloadDetails.Builder. build()
Methods in com.oracle.bmc.loganalytics.model with parameters of type TestParserPayloadDetails Modifier and Type Method Description TestParserPayloadDetails.Builder
TestParserPayloadDetails.Builder. copy(TestParserPayloadDetails model)
-
Uses of TestParserPayloadDetails in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return TestParserPayloadDetails Modifier and Type Method Description TestParserPayloadDetails
TestParserRequest. getBody$()
Alternative accessor for the body parameter.TestParserPayloadDetails
TestParserRequest. getTestParserPayloadDetails()
Details for test payloadMethods in com.oracle.bmc.loganalytics.requests with parameters of type TestParserPayloadDetails Modifier and Type Method Description TestParserRequest.Builder
TestParserRequest.Builder. body$(TestParserPayloadDetails body)
Alternative setter for the body parameter.TestParserRequest.Builder
TestParserRequest.Builder. testParserPayloadDetails(TestParserPayloadDetails testParserPayloadDetails)
Details for test payload
-