Uses of Enum Class
org.azd.enums.AccountLicenseType
Packages that use AccountLicenseType
-
Uses of AccountLicenseType in org.azd.enums
Methods in org.azd.enums that return AccountLicenseTypeModifier and TypeMethodDescriptionstatic AccountLicenseTypeReturns the enum constant of this class with the specified name.static AccountLicenseType[]AccountLicenseType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccountLicenseType in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type AccountLicenseTypeModifier and TypeMethodDescriptionMemberEntitlementManagementDetails.addUserEntitlement(AccountLicenseType accountLicenseType, String emailId, GroupType groupType, String projectId) MemberEntitlementManagementDetails.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) -
Uses of AccountLicenseType in org.azd.memberentitlementmanagement
Methods in org.azd.memberentitlementmanagement with parameters of type AccountLicenseTypeModifier and TypeMethodDescriptionMemberEntitlementManagementApi.addUserEntitlement(AccountLicenseType accountLicenseType, String emailId, GroupType groupType, String projectId) Add a user, assign license and make them a member of a project group in an account.MemberEntitlementManagementApi.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) Edit the entitlements License for a user.