| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioAlert |
ImmutableFioAlert.Builder.build()
Builds a new
ImmutableFioAlert. |
static ImmutableFioAlert |
ImmutableFioAlert.copyOf(FioAlert instance)
Creates an immutable copy of a
FioAlert value. |
ImmutableFioAlert |
ImmutableFioAlert.withDescription(String description)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableFioAlert |
ImmutableFioAlert.withExpires(long expires)
Copy the current immutable object by setting a value for the
expires attribute. |
ImmutableFioAlert |
ImmutableFioAlert.withTitle(String title)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableFioAlert |
ImmutableFioAlert.withUri(String uri)
Copy the current immutable object by setting a value for the
uri attribute. |
Copyright © 2016. All rights reserved.