Uses of Enum
com.microsoft.graph.models.CrossTenantAccessPolicyTargetType
Packages that use CrossTenantAccessPolicyTargetType
-
Uses of CrossTenantAccessPolicyTargetType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CrossTenantAccessPolicyTargetTypeModifier and TypeMethodDescriptionCrossTenantAccessPolicyTarget.getTargetType()Gets the targetType property value.Returns the enum constant of this type with the specified name.static CrossTenantAccessPolicyTargetType[]CrossTenantAccessPolicyTargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type CrossTenantAccessPolicyTargetTypeModifier and TypeMethodDescriptionvoidCrossTenantAccessPolicyTarget.setTargetType(CrossTenantAccessPolicyTargetType value) Sets the targetType property value.