public class InformationProtectionLabelCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<InformationProtectionLabel,InformationProtectionLabelRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
InformationProtectionLabelCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> |
evaluateApplication(ContentInfo contentInfo,
LabelingOptions labelingOptions) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> |
evaluateClassificationResults(ContentInfo contentInfo,
List<ClassificationResult> classificationResults) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> |
evaluateRemoval(ContentInfo contentInfo,
DowngradeJustification downgradeJustification) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<InformationProtectionContentLabel> |
extractLabel(ContentInfo contentInfo) |
public InformationProtectionLabelCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<InformationProtectionContentLabel> extractLabel(ContentInfo contentInfo)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> evaluateApplication(ContentInfo contentInfo, LabelingOptions labelingOptions)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> evaluateRemoval(ContentInfo contentInfo, DowngradeJustification downgradeJustification)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction> evaluateClassificationResults(ContentInfo contentInfo, List<ClassificationResult> classificationResults)
Copyright © 2018–2020. All rights reserved.