Class UserRank

java.lang.Object
com.appiancorp.suiteapi.personalization.UserRank
All Implemented Interfaces:
Serializable

public class UserRank extends Object implements Serializable

Title: UserRank

Description: Provides rankid and rankname

Copyright: Copyright (c) 2002

Company: Appian Corporation

See Also:
  • Field Details

    • SORT_BY_ID

      public static final Integer SORT_BY_ID
      Sort by the id property
    • SORT_BY_NAME

      public static final Integer SORT_BY_NAME
      Sort by the name property
  • Constructor Details

    • UserRank

      public UserRank()
  • Method Details

    • getId

      @Deprecated public Long getId()
      Deprecated.
      Use the Name field instead.
    • setId

      @Deprecated public void setId(Long id_)
      Deprecated.
      Use the Name field instead.
    • setName

      public void setName(String name_)
    • getName

      public String getName()