Interface AttributeTimeType

All Superinterfaces:
AttributeType

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

     AttributeTimeType attributeTimeType = AttributeTimeType.builder()
             .build()
 
  • Field Details

  • Method Details

    • of

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

      static AttributeTimeType of(AttributeTimeType template)
      factory method to create a shallow copy AttributeTimeType
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

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

      static AttributeTimeTypeBuilder builder()
      builder factory method for AttributeTimeType
      Returns:
      builder
    • builder

      static AttributeTimeTypeBuilder builder(AttributeTimeType template)
      create builder for AttributeTimeType instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withAttributeTimeType

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