Class FBStatus


  • public class FBStatus
    extends Object
    FogBugz status ('Active', 'Resolved', etc).
    • Constructor Detail

      • FBStatus

        public FBStatus()
    • Method Detail

      • getId

        public int getId()
        Returns:
        ID of the status.
      • getName

        public String getName()
        Returns:
        Name of the status.
      • getCategoryId

        public int getCategoryId()
        Returns:
        ID of the associated category.