Uses of Class
org.azd.memberentitlementmanagement.types.UserEntitlementsResponse
Packages that use UserEntitlementsResponse
-
Uses of UserEntitlementsResponse in org.azd.interfaces
Methods in org.azd.interfaces that return UserEntitlementsResponseModifier and TypeMethodDescriptionMemberEntitlementManagementDetails.addUserEntitlement(AccountLicenseType accountLicenseType, String emailId, GroupType groupType, String projectId) MemberEntitlementManagementDetails.updateUserEntitlement(String userId, List<Object> requestBody) MemberEntitlementManagementDetails.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) -
Uses of UserEntitlementsResponse in org.azd.memberentitlementmanagement
Methods in org.azd.memberentitlementmanagement that return UserEntitlementsResponseModifier 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, List<Object> requestBody) Edit the entitlements (License, Extensions, Projects, Teams etc) for a user.MemberEntitlementManagementApi.updateUserEntitlement(String userId, AccountLicenseType accountLicenseType, LicensingSource licensingSource) Edit the entitlements License for a user.