We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 266ce43 + 30b7388 commit c76a353Copy full SHA for c76a353
cloudfoundry-client/src/main/java/org/cloudfoundry/client/v3/applications/Application.java
@@ -17,6 +17,7 @@
17
package org.cloudfoundry.client.v3.applications;
18
19
import com.fasterxml.jackson.annotation.JsonProperty;
20
+import org.cloudfoundry.Nullable;
21
import org.cloudfoundry.client.v3.Lifecycle;
22
import org.cloudfoundry.client.v3.Resource;
23
import org.cloudfoundry.client.v3.spaces.SpaceRelationships;
@@ -42,6 +43,7 @@ public abstract class Application extends Resource {
42
43
* The relationships
44
*/
45
@JsonProperty("relationships")
46
+ @Nullable
47
public abstract ApplicationRelationships getRelationships();
48
49
/**
0 commit comments