Class InformationProtectionEntityRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<InformationProtection>
-
- microsoft.graph.security.entity.request.InformationProtectionEntityRequest
-
public class InformationProtectionEntityRequest extends com.github.davidmoten.odata.client.EntityRequest<InformationProtection>
-
-
Constructor Summary
Constructors Constructor Description InformationProtectionEntityRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationProtectionPolicySettingEntityRequestlabelPolicySettings()SensitivityLabelCollectionRequestsensitivityLabels()SensitivityLabelEntityRequestsensitivityLabels(String id)
-
-
-
Method Detail
-
labelPolicySettings
public InformationProtectionPolicySettingEntityRequest labelPolicySettings()
-
sensitivityLabels
public SensitivityLabelEntityRequest sensitivityLabels(String id)
-
sensitivityLabels
public SensitivityLabelCollectionRequest sensitivityLabels()
-
-