Uses of Class
com.oracle.bmc.loganalytics.model.PayloadType
- 
Packages that use PayloadType Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.requests 
- 
- 
Uses of PayloadType in com.oracle.bmc.loganalytics.modelMethods in com.oracle.bmc.loganalytics.model that return PayloadType Modifier and Type Method Description static PayloadTypePayloadType. create(String key)static PayloadTypePayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static PayloadType[]PayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of PayloadType in com.oracle.bmc.loganalytics.requestsMethods in com.oracle.bmc.loganalytics.requests that return PayloadType Modifier and Type Method Description PayloadTypeUploadDiscoveryDataRequest. getPayloadType()Identifies the type of request payload.PayloadTypeUploadLogEventsFileRequest. getPayloadType()Identifies the type of request payload.Methods in com.oracle.bmc.loganalytics.requests with parameters of type PayloadType Modifier and Type Method Description UploadDiscoveryDataRequest.BuilderUploadDiscoveryDataRequest.Builder. payloadType(PayloadType payloadType)Identifies the type of request payload.UploadLogEventsFileRequest.BuilderUploadLogEventsFileRequest.Builder. payloadType(PayloadType payloadType)Identifies the type of request payload.
 
-