public class ApiMetadata extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
ApiMetadata.Builder<T extends ApiMetadata.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
ApiMetadata(String id,
String name,
Set<Link> links,
String status,
Date updated,
Set<MediaType> mediaTypes) |
Modifier and Type | Method and Description |
---|---|
static ApiMetadata.Builder<?> |
builder() |
boolean |
equals(Object obj) |
Set<MediaType> |
getMediaTypes() |
String |
getStatus() |
Date |
getUpdated() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ApiMetadata.Builder<?> |
toBuilder() |
public static ApiMetadata.Builder<?> builder()
public ApiMetadata.Builder<?> toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.