static ObjectRelationship.Builder |
ObjectRelationship.builder() |
Create a new builder.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.copy(ObjectRelationship model) |
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.key(String key) |
Unique id of the object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.name(String name) |
Name of the object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.parentKey(String parentKey) |
Key of the parent object for the resource.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.parentPath(String parentPath) |
Full path of the parent object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.path(String path) |
Full path of the object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.relationshipType(String relationshipType) |
Type of relationship with the referencing object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.timeCreated(Date timeCreated) |
The date and time the relationship was created, in the format defined by
RFC3339.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.timeUpdated(Date timeUpdated) |
The last time a change was made to this reference.
|
ObjectRelationship.Builder |
ObjectRelationship.toBuilder() |
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.typeKey(String typeKey) |
Type key of the object.
|
ObjectRelationship.Builder |
ObjectRelationship.Builder.typeName(String typeName) |
Type name of the object.
|