Interface UspsZip.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UspsZip.Builder,UspsZip>, SdkBuilder<UspsZip.Builder,UspsZip>, SdkPojo
Enclosing class:
UspsZip

@Mutable @NotThreadSafe public static interface UspsZip.Builder extends SdkPojo, CopyableBuilder<UspsZip.Builder,UspsZip>
  • Method Details

    • zipClassificationCode

      UspsZip.Builder zipClassificationCode(String zipClassificationCode)

      The ZIP Classification Code, or in other words what type of postal code is it.

      Parameters:
      zipClassificationCode - The ZIP Classification Code, or in other words what type of postal code is it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • zipClassificationCode

      UspsZip.Builder zipClassificationCode(ZipClassificationCode zipClassificationCode)

      The ZIP Classification Code, or in other words what type of postal code is it.

      Parameters:
      zipClassificationCode - The ZIP Classification Code, or in other words what type of postal code is it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: