Interface ApplicationVersionChangeDetails.Builder

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

public static interface ApplicationVersionChangeDetails.Builder extends SdkPojo, CopyableBuilder<ApplicationVersionChangeDetails.Builder,ApplicationVersionChangeDetails>
  • Method Details

    • applicationVersionUpdatedFrom

      ApplicationVersionChangeDetails.Builder applicationVersionUpdatedFrom(Long applicationVersionUpdatedFrom)
      The operation was performed on this version of the application
      Parameters:
      applicationVersionUpdatedFrom - The operation was performed on this version of the application
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationVersionUpdatedTo

      ApplicationVersionChangeDetails.Builder applicationVersionUpdatedTo(Long applicationVersionUpdatedTo)
      The operation execution resulted in the transition to the following version of the application
      Parameters:
      applicationVersionUpdatedTo - The operation execution resulted in the transition to the following version of the application
      Returns:
      Returns a reference to this object so that method calls can be chained together.