Dates

public final class Dates

Dates about the property.

Parameters

added

The UTC date the property’s content was added to EPS, in ISO 8601 format

updated

The UTC date the property’s content was updated by EPS, in ISO 8601 format.

Constructors

Link copied to clipboard
public Dates Dates(String added, String updated)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String added
Link copied to clipboard
@Valid()
private final String updated

Functions

Link copied to clipboard
public final static Dates.Builder builder()
Link copied to clipboard
public final String getAdded()
Link copied to clipboard
public final String getUpdated()