Uses of Class
odata.msgraph.client.beta.complex.DowngradeJustification
-
Packages that use DowngradeJustification Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of DowngradeJustification in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DowngradeJustification Modifier and Type Field Description protected DowngradeJustificationLabelingOptions. downgradeJustificationMethods in odata.msgraph.client.beta.complex that return DowngradeJustification Modifier and Type Method Description DowngradeJustificationDowngradeJustification.Builder. build()DowngradeJustificationDowngradeJustification. withIsDowngradeJustified(Boolean isDowngradeJustified)DowngradeJustificationDowngradeJustification. withJustificationMessage(String justificationMessage)DowngradeJustificationDowngradeJustification. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DowngradeJustification Modifier and Type Method Description Optional<DowngradeJustification>LabelingOptions. getDowngradeJustification()Methods in odata.msgraph.client.beta.complex with parameters of type DowngradeJustification Modifier and Type Method Description LabelingOptions.BuilderLabelingOptions.Builder. downgradeJustification(DowngradeJustification downgradeJustification)LabelingOptionsLabelingOptions. withDowngradeJustification(DowngradeJustification downgradeJustification) -
Uses of DowngradeJustification in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type DowngradeJustification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>InformationProtectionLabelCollectionRequest. evaluateRemoval(ContentInfo contentInfo, DowngradeJustification downgradeJustification)
-