Package | Description |
---|---|
com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
Modifier and Type | Method and Description |
---|---|
static IUserSummary.UserType |
IUserSummary.UserType.fromString(String str)
Return a suitable User type as inferred from the passed-in
string, which is assumed to be the string form of a User type.
|
IUserSummary.UserType |
IUserSummary.getType()
Get the UserType associated with this user.
|
static IUserSummary.UserType |
IUserSummary.UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IUserSummary.UserType[] |
IUserSummary.UserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IUserSummary.setType(IUserSummary.UserType type)
Set the UserType associated with this user.
|
Modifier and Type | Field and Description |
---|---|
protected IUserSummary.UserType |
UserSummary.type |
Modifier and Type | Method and Description |
---|---|
IUserSummary.UserType |
UserSummary.getType() |
Modifier and Type | Method and Description |
---|---|
void |
UserSummary.setType(IUserSummary.UserType type) |
Constructor and Description |
---|
User(String loginName,
String email,
String fullName,
Date access,
Date update,
String password,
String jobView,
IUserSummary.UserType type,
ViewMap<IReviewSubscription> reviewSubscriptions)
Explicit-value constructor.
|
UserSummary(String loginName,
String email,
String fullName,
Date access,
Date update,
IUserSummary.UserType type)
Explicit-value constructor.
|
Copyright © 2017 Perforce Software. All Rights Reserved.