public abstract class Project extends Object
Modifier and Type | Method and Description |
---|---|
static Project |
create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
abstract Date |
createdAt() |
abstract List<Href> |
devices() |
abstract String |
href() |
abstract String |
id() |
abstract List<Href> |
invitations() |
abstract Map<String,Object> |
maxDevices() |
abstract List<Href> |
members() |
abstract List<Href> |
memberships() |
abstract String |
name() |
abstract Href |
paymentMethod() |
abstract List<Href> |
sshKeys() |
abstract Date |
updatedAt() |
abstract List<Href> |
volumes() |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.