Constructor and Description |
---|
Alert.Builder() |
Modifier and Type | Method and Description |
---|---|
Alert |
build() |
Alert.Builder |
description(String description) |
Alert.Builder |
id(long id) |
Alert.Builder |
sent(Date sent) |
Alert.Builder |
type(String type) |
public Alert.Builder id(long id)
public Alert.Builder description(String description)
public Alert.Builder sent(Date sent)
public Alert.Builder type(String type)
public Alert build()
Copyright © 2009-2012 jclouds. All Rights Reserved.