All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.client.v3.servicebrokers._ServiceBrokerRelationships Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.client.v3.servicebrokers;

import org.cloudfoundry.Nullable;
import org.cloudfoundry.client.v3.ToOneRelationship;
import org.immutables.value.Value;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;

@JsonDeserialize
@Value.Immutable
abstract class _ServiceBrokerRelationships {

    @JsonProperty("space")
    @Nullable
    abstract ToOneRelationship getSpace();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy