Uses of Class
com.perforce.p4java.core.IUserSummary.UserType

Packages that use IUserSummary.UserType
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. 
 

Uses of IUserSummary.UserType in com.perforce.p4java.core
 

Methods in com.perforce.p4java.core that return IUserSummary.UserType
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.
 

Methods in com.perforce.p4java.core with parameters of type IUserSummary.UserType
 void IUserSummary.setType(IUserSummary.UserType type)
          Set the UserType associated with this user.
 

Uses of IUserSummary.UserType in com.perforce.p4java.impl.generic.core
 

Fields in com.perforce.p4java.impl.generic.core declared as IUserSummary.UserType
protected  IUserSummary.UserType UserSummary.type
           
 

Methods in com.perforce.p4java.impl.generic.core that return IUserSummary.UserType
 IUserSummary.UserType UserSummary.getType()
           
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IUserSummary.UserType
 void UserSummary.setType(IUserSummary.UserType type)
           
 

Constructors in com.perforce.p4java.impl.generic.core with parameters of type IUserSummary.UserType
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 © 2015 Perforce Software. All Rights Reserved.