Uses of Enum
com.microsoft.graph.models.PartnerTenantType
Packages that use PartnerTenantType
-
Uses of PartnerTenantType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PartnerTenantTypeModifier and TypeMethodDescriptionstatic PartnerTenantTypeOrganization.getPartnerTenantType()Gets the partnerTenantType property value.static PartnerTenantTypeReturns the enum constant of this type with the specified name.static PartnerTenantType[]PartnerTenantType.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 PartnerTenantTypeModifier and TypeMethodDescriptionvoidOrganization.setPartnerTenantType(PartnerTenantType value) Sets the partnerTenantType property value.