Interface MyCustomerSetVatIdAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetVatIdAction extends MyCustomerUpdateAction
MyCustomerSetVatIdAction
Example to create an instance using the builder pattern

     MyCustomerSetVatIdAction myCustomerSetVatIdAction = MyCustomerSetVatIdAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getVatId

      String getVatId()

      Value to set. If empty, any existing value is removed.

      Returns:
      vatId
    • setVatId

      void setVatId(String vatId)

      Value to set. If empty, any existing value is removed.

      Parameters:
      vatId - value to be set
    • of

      factory method
      Returns:
      instance of MyCustomerSetVatIdAction
    • of

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

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

      builder factory method for MyCustomerSetVatIdAction
      Returns:
      builder
    • builder

      create builder for MyCustomerSetVatIdAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withMyCustomerSetVatIdAction

      default <T> T withMyCustomerSetVatIdAction(Function<MyCustomerSetVatIdAction,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<MyCustomerSetVatIdAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference