Interface StagedQuoteSetValidToAction

All Superinterfaces:
ResourceUpdateAction<StagedQuoteUpdateAction>, StagedQuoteUpdateAction

public interface StagedQuoteSetValidToAction extends StagedQuoteUpdateAction
StagedQuoteSetValidToAction
Example to create an instance using the builder pattern

     StagedQuoteSetValidToAction stagedQuoteSetValidToAction = StagedQuoteSetValidToAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getValidTo

      ZonedDateTime getValidTo()

      If validTo is absent or null, this field will be removed if it exists.

      Returns:
      validTo
    • setValidTo

      void setValidTo(ZonedDateTime validTo)

      If validTo is absent or null, this field will be removed if it exists.

      Parameters:
      validTo - value to be set
    • of

      factory method
      Returns:
      instance of StagedQuoteSetValidToAction
    • of

      factory method to create a shallow copy StagedQuoteSetValidToAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      factory method to create a deep copy of StagedQuoteSetValidToAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      builder factory method for StagedQuoteSetValidToAction
      Returns:
      builder
    • builder

      create builder for StagedQuoteSetValidToAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withStagedQuoteSetValidToAction

      default <T> T withStagedQuoteSetValidToAction(Function<StagedQuoteSetValidToAction,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<StagedQuoteSetValidToAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference