Class EntityTimelineResponseInner


  • public final class EntityTimelineResponseInner
    extends Object
    The entity timeline result operation response.
    • Constructor Detail

      • EntityTimelineResponseInner

        public EntityTimelineResponseInner()
    • Method Detail

      • metadata

        public TimelineResultsMetadata metadata()
        Get the metadata property: The metadata from the timeline operation results.
        Returns:
        the metadata value.
      • withMetadata

        public EntityTimelineResponseInner withMetadata​(TimelineResultsMetadata metadata)
        Set the metadata property: The metadata from the timeline operation results.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the EntityTimelineResponseInner object itself.
      • value

        public List<EntityTimelineItem> value()
        Get the value property: The timeline result values.
        Returns:
        the value value.
      • withValue

        public EntityTimelineResponseInner withValue​(List<EntityTimelineItem> value)
        Set the value property: The timeline result values.
        Parameters:
        value - the value value to set.
        Returns:
        the EntityTimelineResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.