Class EnumerationUserDetails
- java.lang.Object
-
- in.dragonbra.javasteam.steam.handlers.steamworkshop.EnumerationUserDetails
-
public class EnumerationUserDetails extends java.lang.ObjectRepresents the details of an enumeration request used for the local user's files.
-
-
Constructor Summary
Constructors Constructor Description EnumerationUserDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAppID()intgetStartIndex()EWorkshopFileActiongetUserAction()voidsetAppID(int appID)voidsetStartIndex(int startIndex)voidsetUserAction(EWorkshopFileAction userAction)
-
-
-
Method Detail
-
getAppID
public int getAppID()
- Returns:
- the AppID of the workshop to enumerate.
-
setAppID
public void setAppID(int appID)
- Parameters:
appID- the AppID of the workshop to enumerate.
-
getStartIndex
public int getStartIndex()
- Returns:
- the start index.
-
setStartIndex
public void setStartIndex(int startIndex)
- Parameters:
startIndex- the start index.
-
getUserAction
public EWorkshopFileAction getUserAction()
- Returns:
- the user action to filter by
EWorkshopFileAction. This value is only used bySteamWorkshop.enumeratePublishedFilesByUserAction(EnumerationUserDetails)
-
setUserAction
public void setUserAction(EWorkshopFileAction userAction)
- Parameters:
userAction- the user action to filter byEWorkshopFileAction. This value is only used bySteamWorkshop.enumeratePublishedFilesByUserAction(EnumerationUserDetails)
-
-