ComplianceService class abstract
This class provides methods to easily access endpoints based on Compliance.
Constructors
- ComplianceService({required ClientContext context})
-
Returns the new instance of ComplianceService.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createJob(
{required JobType jobType, String? jobName, bool? resumable}) → Future< TwitterResponse< BatchComplianceData, void> > - Creates a new compliance job for Tweet IDs or user IDs.
-
lookupJob(
{required String jobId}) → Future< TwitterResponse< BatchComplianceData, void> > - Returns a single compliance job with the specified ID.
-
lookupJobs(
{required JobType jobType, JobStatus? jobStatus}) → Future< TwitterResponse< List< >BatchComplianceData> , void> - Returns a list of recent compliance jobs.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited