Package com.acrolinx.client.sdk.platform
Class CheckingCapabilities
- java.lang.Object
-
- com.acrolinx.client.sdk.platform.CheckingCapabilities
-
public class CheckingCapabilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CheckingCapabilities(java.util.List<GuidanceProfile> guidanceProfiles, java.util.List<ContentFormat> contentFormats, java.util.List<CheckRequest.ContentEncoding> contentEncodings, java.lang.String referencePattern, java.util.List<CheckType> checkTypes, java.util.List<ReportType> reportTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CheckType>
getCheckTypes()
java.util.List<CheckRequest.ContentEncoding>
getContentEncodings()
java.util.List<ContentFormat>
getContentFormats()
java.util.List<GuidanceProfile>
getGuidanceProfiles()
java.lang.String
getReferencePattern()
java.util.List<ReportType>
getReportTypes()
-
-
-
Constructor Detail
-
CheckingCapabilities
public CheckingCapabilities(java.util.List<GuidanceProfile> guidanceProfiles, java.util.List<ContentFormat> contentFormats, java.util.List<CheckRequest.ContentEncoding> contentEncodings, java.lang.String referencePattern, java.util.List<CheckType> checkTypes, java.util.List<ReportType> reportTypes)
-
-
Method Detail
-
getGuidanceProfiles
public java.util.List<GuidanceProfile> getGuidanceProfiles()
-
getContentFormats
public java.util.List<ContentFormat> getContentFormats()
-
getContentEncodings
public java.util.List<CheckRequest.ContentEncoding> getContentEncodings()
-
getReferencePattern
public java.lang.String getReferencePattern()
-
getCheckTypes
public java.util.List<CheckType> getCheckTypes()
-
getReportTypes
public java.util.List<ReportType> getReportTypes()
-
-