Package com.acrolinx.client.sdk.check
Class CheckOptions
- java.lang.Object
-
- com.acrolinx.client.sdk.check.CheckOptions
-
public class CheckOptions extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBatchId()static CheckOptionsBuildergetBuilder()CheckTypegetCheckType()java.lang.StringgetContentFormat()java.lang.StringgetGuidanceProfileId()java.util.List<ReportType>getReportTypes()
-
-
-
Method Detail
-
getBuilder
public static CheckOptionsBuilder getBuilder()
-
getGuidanceProfileId
public java.lang.String getGuidanceProfileId()
-
getBatchId
public java.lang.String getBatchId()
-
getReportTypes
public java.util.List<ReportType> getReportTypes()
-
getCheckType
public CheckType getCheckType()
-
getContentFormat
public java.lang.String getContentFormat()
-
-