Uses of Class
odata.msgraph.client.security.enums.ChildSelectability
-
Packages that use ChildSelectability Package Description odata.msgraph.client.security.entity odata.msgraph.client.security.enums -
-
Uses of ChildSelectability in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as ChildSelectability Modifier and Type Field Description protected ChildSelectabilityEdiscoveryReviewTag. childSelectabilityMethods in odata.msgraph.client.security.entity that return types with arguments of type ChildSelectability Modifier and Type Method Description Optional<ChildSelectability>EdiscoveryReviewTag. getChildSelectability()Methods in odata.msgraph.client.security.entity with parameters of type ChildSelectability Modifier and Type Method Description EdiscoveryReviewTag.BuilderEdiscoveryReviewTag.Builder. childSelectability(ChildSelectability childSelectability)EdiscoveryReviewTagEdiscoveryReviewTag. withChildSelectability(ChildSelectability childSelectability) -
Uses of ChildSelectability in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return ChildSelectability Modifier and Type Method Description static ChildSelectabilityChildSelectability. valueOf(String name)Returns the enum constant of this type with the specified name.static ChildSelectability[]ChildSelectability. values()Returns an array containing the constants of this enum type, in the order they are declared.
-