Uses of Class
com.docusign.admin.model.NewUserResponseAccountProperties
-
Packages that use NewUserResponseAccountProperties Package Description com.docusign.admin.model -
-
Uses of NewUserResponseAccountProperties in com.docusign.admin.model
Methods in com.docusign.admin.model that return NewUserResponseAccountProperties Modifier and Type Method Description NewUserResponseAccountPropertiesNewUserResponseAccountProperties. addGroupsItem(MemberGroupResponse groupsItem)addGroupsItem.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. companyName(String companyName)companyName.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. groups(List<MemberGroupResponse> groups)groups.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. id(UUID id)id.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. jobTitle(String jobTitle)jobTitle.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. permissionProfile(PermissionProfileResponse permissionProfile)permissionProfile.NewUserResponseAccountPropertiesNewUserResponseAccountProperties. siteId(Integer siteId)siteId.Methods in com.docusign.admin.model that return types with arguments of type NewUserResponseAccountProperties Modifier and Type Method Description List<NewUserResponseAccountProperties>NewUserResponse. getAccounts()Get accounts.Methods in com.docusign.admin.model with parameters of type NewUserResponseAccountProperties Modifier and Type Method Description NewUserResponseNewUserResponse. addAccountsItem(NewUserResponseAccountProperties accountsItem)addAccountsItem.Method parameters in com.docusign.admin.model with type arguments of type NewUserResponseAccountProperties Modifier and Type Method Description NewUserResponseNewUserResponse. accounts(List<NewUserResponseAccountProperties> accounts)accounts.voidNewUserResponse. setAccounts(List<NewUserResponseAccountProperties> accounts)setAccounts.
-