Enum WorksheetStatusId

java.lang.Object
java.lang.Enum<WorksheetStatusId>
net.avalara.avatax.rest.client.enums.WorksheetStatusId
All Implemented Interfaces:
Serializable, Comparable<WorksheetStatusId>, java.lang.constant.Constable

public enum WorksheetStatusId extends Enum<WorksheetStatusId>
  • Enum Constant Details

    • PendingApproval

      public static final WorksheetStatusId PendingApproval
      No comment data provided
    • Dirty

      public static final WorksheetStatusId Dirty
      No comment data provided
    • ApprovedToFile

      public static final WorksheetStatusId ApprovedToFile
      No comment data provided
    • PendingFiling

      public static final WorksheetStatusId PendingFiling
      No comment data provided
    • PendingFilingOnBehalf

      public static final WorksheetStatusId PendingFilingOnBehalf
      No comment data provided
    • Filed

      public static final WorksheetStatusId Filed
      No comment data provided
    • FiledOnBehalf

      public static final WorksheetStatusId FiledOnBehalf
      No comment data provided
    • ReturnAccepted

      public static final WorksheetStatusId ReturnAccepted
      No comment data provided
    • ReturnAcceptedOnBehalf

      public static final WorksheetStatusId ReturnAcceptedOnBehalf
      No comment data provided
    • PaymentRemitted

      public static final WorksheetStatusId PaymentRemitted
      No comment data provided
    • Voided

      public static final WorksheetStatusId Voided
      No comment data provided
    • PendingReturn

      public static final WorksheetStatusId PendingReturn
      No comment data provided
    • PendingReturnOnBehalf

      public static final WorksheetStatusId PendingReturnOnBehalf
      No comment data provided
    • DoNotFile

      public static final WorksheetStatusId DoNotFile
      No comment data provided
    • ReturnRejected

      public static final WorksheetStatusId ReturnRejected
      No comment data provided
    • ReturnRejectedOnBehalf

      public static final WorksheetStatusId ReturnRejectedOnBehalf
      No comment data provided
    • ApprovedToFileOnBehalf

      public static final WorksheetStatusId ApprovedToFileOnBehalf
      No comment data provided
  • Method Details

    • values

      public static WorksheetStatusId[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static WorksheetStatusId valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null