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.String
getBatchId()
static CheckOptionsBuilder
getBuilder()
CheckType
getCheckType()
java.lang.String
getContentFormat()
java.lang.String
getGuidanceProfileId()
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()
-
-