Uses of Enum
com.microsoft.graph.models.CrossTenantAccessPolicyTargetConfigurationAccessType
Packages that use CrossTenantAccessPolicyTargetConfigurationAccessType
-
Uses of CrossTenantAccessPolicyTargetConfigurationAccessType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CrossTenantAccessPolicyTargetConfigurationAccessTypeModifier and TypeMethodDescriptionCrossTenantAccessPolicyTargetConfiguration.getAccessType()Gets the accessType property value.DevicesFilter.getMode()Gets the mode property value.Returns the enum constant of this type with the specified name.CrossTenantAccessPolicyTargetConfigurationAccessType.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 CrossTenantAccessPolicyTargetConfigurationAccessTypeModifier and TypeMethodDescriptionvoidCrossTenantAccessPolicyTargetConfiguration.setAccessType(CrossTenantAccessPolicyTargetConfigurationAccessType value) Sets the accessType property value.voidDevicesFilter.setMode(CrossTenantAccessPolicyTargetConfigurationAccessType value) Sets the mode property value.