Interface AttributeDateTimeType

All Superinterfaces:
AttributeType

public interface AttributeDateTimeType extends AttributeType
AttributeDateTimeType
Example to create an instance using the builder pattern

     AttributeDateTimeType attributeDateTimeType = AttributeDateTimeType.builder()
             .build()
 
  • Field Details

  • Method Details

    • of

      static AttributeDateTimeType of()
      factory method
      Returns:
      instance of AttributeDateTimeType
    • of

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

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

      static AttributeDateTimeTypeBuilder builder()
      builder factory method for AttributeDateTimeType
      Returns:
      builder
    • builder

      create builder for AttributeDateTimeType instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withAttributeDateTimeType

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