Uses of Class
com.oracle.bmc.fleetappsmanagement.model.TaskRecord.Type
-
Packages that use TaskRecord.Type Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of TaskRecord.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return TaskRecord.Type Modifier and Type Method Description static TaskRecord.TypeTaskRecord.Type. create(String key)TaskRecord.TypeTaskRecord. getType()Task type.TaskRecord.TypeTaskRecordSummary. getType()Task type.static TaskRecord.TypeTaskRecord.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRecord.Type[]TaskRecord.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskRecord.Type Modifier and Type Method Description TaskRecord.BuilderTaskRecord.Builder. type(TaskRecord.Type type)Task type.TaskRecordSummary.BuilderTaskRecordSummary.Builder. type(TaskRecord.Type type)Task type.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type TaskRecord.Type Constructor Description TaskRecord(String id, String displayName, String description, TaskRecord.Type type, TaskRecord.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Details details, String lifecycleDetails, String version, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.TaskRecordSummary(String id, String displayName, String description, TaskRecord.Type type, TaskRecord.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Details details, String lifecycleDetails, String version, String compartmentId, String resourceRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of TaskRecord.Type in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return TaskRecord.Type Modifier and Type Method Description TaskRecord.TypeListTaskRecordsRequest. getType()The type of the Task.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type TaskRecord.Type Modifier and Type Method Description ListTaskRecordsRequest.BuilderListTaskRecordsRequest.Builder. type(TaskRecord.Type type)The type of the Task.
-