public class SensitivityLabelCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<SensitivityLabel,SensitivityLabelRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
SensitivityLabelCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<EvaluateLabelJobResponse> |
evaluate(List<DiscoveredSensitiveType> discoveredSensitiveTypes,
CurrentLabel currentLabel) |
SensitivityLabelCollectionRequest |
sublabels() |
SensitivityLabelRequest |
sublabels(String id) |
public SensitivityLabelCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SensitivityLabelCollectionRequest sublabels()
public SensitivityLabelRequest sublabels(String id)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<EvaluateLabelJobResponse> evaluate(List<DiscoveredSensitiveType> discoveredSensitiveTypes, CurrentLabel currentLabel)
Copyright © 2018–2020. All rights reserved.