public abstract class Organization extends Object
| Constructor and Description |
|---|
Organization() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCreatedAt()
The created at
|
abstract String |
getId()
The organization id
|
abstract Map<String,Link> |
getLinks()
The links
|
abstract String |
getName()
The name
|
abstract String |
getUpdatedAt()
The updated at
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.