public interface IProjectUser
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
description()
The user's description.
|
String |
email()
The user's Email address.
|
String |
fullName()
The user's full name.
|
int |
id()
The user's ID number.
|
boolean |
isAdmin()
Checkes whether this user is a project administrator.
|
String |
userName()
The user's login name.
|
int id()
The user's ID number.
Getter method for the COM property "ID"
String userName()
The user's login name.
Getter method for the COM property "UserName"
String fullName()
The user's full name.
Getter method for the COM property "FullName"
String description()
The user's description.
Getter method for the COM property "Description"
String email()
The user's Email address.
Getter method for the COM property "Email"
boolean isAdmin()
Checkes whether this user is a project administrator.
Getter method for the COM property "IsAdmin"
Copyright © 2020. All rights reserved.