Uses of Class
odata.msgraph.client.beta.complex.CurrentLabel
-
Packages that use CurrentLabel Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of CurrentLabel in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as CurrentLabel Modifier and Type Field Description protected CurrentLabelDlpEvaluationInput. currentLabelprotected CurrentLabelEvaluateSensitivityLabelsRequest. currentLabelMethods in odata.msgraph.client.beta.complex that return CurrentLabel Modifier and Type Method Description CurrentLabelCurrentLabel.Builder. build()CurrentLabelCurrentLabel. withApplicationMode(ApplicationMode applicationMode)CurrentLabelCurrentLabel. withId(String id)CurrentLabelCurrentLabel. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type CurrentLabel Modifier and Type Method Description Optional<CurrentLabel>DlpEvaluationInput. getCurrentLabel()Optional<CurrentLabel>EvaluateSensitivityLabelsRequest. getCurrentLabel()Methods in odata.msgraph.client.beta.complex with parameters of type CurrentLabel Modifier and Type Method Description DlpEvaluationInput.BuilderDlpEvaluationInput.Builder. currentLabel(CurrentLabel currentLabel)DlpEvaluationWindowsDevicesInput.BuilderDlpEvaluationWindowsDevicesInput.Builder. currentLabel(CurrentLabel currentLabel)EvaluateSensitivityLabelsRequest.BuilderEvaluateSensitivityLabelsRequest.Builder. currentLabel(CurrentLabel currentLabel)DlpEvaluationInputDlpEvaluationInput. withCurrentLabel(CurrentLabel currentLabel)EvaluateSensitivityLabelsRequestEvaluateSensitivityLabelsRequest. withCurrentLabel(CurrentLabel currentLabel) -
Uses of CurrentLabel in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type CurrentLabel Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<EvaluateLabelJobResponse>SensitivityLabelCollectionRequest. evaluate(List<DiscoveredSensitiveType> discoveredSensitiveTypes, CurrentLabel currentLabel)
-