Uses of Enum
com.microsoft.graph.models.DeviceManagementPartnerTenantState
Packages that use DeviceManagementPartnerTenantState
-
Uses of DeviceManagementPartnerTenantState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceManagementPartnerTenantStateModifier and TypeMethodDescriptionComplianceManagementPartner.getPartnerState()Gets the partnerState property value.DeviceManagementPartner.getPartnerState()Gets the partnerState property value.Returns the enum constant of this type with the specified name.static DeviceManagementPartnerTenantState[]DeviceManagementPartnerTenantState.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 DeviceManagementPartnerTenantStateModifier and TypeMethodDescriptionvoidComplianceManagementPartner.setPartnerState(DeviceManagementPartnerTenantState value) Sets the partnerState property value.voidDeviceManagementPartner.setPartnerState(DeviceManagementPartnerTenantState value) Sets the partnerState property value.