Attributes

public final class Attributes

Attributes about the property. See our attributes reference for current known attribute ID and name values.

Parameters

general

Lists all of the general attributes about the property.

pets

Lists all of the pet attributes about the property.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Map<String, Attribute> general
Link copied to clipboard
@Valid()
private final Map<String, Attribute> pets

Functions

Link copied to clipboard
public final static Attributes.Builder builder()
Link copied to clipboard
public final Map<String, Attribute> getGeneral()
Link copied to clipboard
public final Map<String, Attribute> getPets()