CategoryProperty

public final class CategoryProperty

The property's category. See our property categories reference for current known category ID and name values.

Parameters

id

The ID of the property's category.

name

The property's category.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String id
Link copied to clipboard
@Valid()
private final String name

Functions

Link copied to clipboard
public final static CategoryProperty.Builder builder()
Link copied to clipboard
public final String getId()
Link copied to clipboard
public final String getName()