Uses of Class
com.oracle.bmc.usageapi.model.QueryProperties
-
Packages that use QueryProperties Package Description com.oracle.bmc.usageapi.model -
-
Uses of QueryProperties in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return QueryProperties Modifier and Type Method Description QueryProperties
QueryProperties.Builder. build()
QueryProperties
CreateScheduleDetails. getQueryProperties()
QueryProperties
Schedule. getQueryProperties()
Methods in com.oracle.bmc.usageapi.model with parameters of type QueryProperties Modifier and Type Method Description QueryProperties.Builder
QueryProperties.Builder. copy(QueryProperties model)
CreateScheduleDetails.Builder
CreateScheduleDetails.Builder. queryProperties(QueryProperties queryProperties)
Schedule.Builder
Schedule.Builder. queryProperties(QueryProperties queryProperties)
Constructors in com.oracle.bmc.usageapi.model with parameters of type QueryProperties Constructor Description CreateScheduleDetails(String name, String compartmentId, String description, CreateScheduleDetails.OutputFileFormat outputFileFormat, String savedReportId, ResultLocation resultLocation, String scheduleRecurrences, Date timeScheduled, QueryProperties queryProperties, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Schedule(String id, String name, String compartmentId, ResultLocation resultLocation, String description, Date timeNextRun, Schedule.OutputFileFormat outputFileFormat, String savedReportId, String scheduleRecurrences, Date timeScheduled, QueryProperties queryProperties, Date timeCreated, Schedule.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-