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

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

There is a newer version: 5.12.2.RELEASE
Show newest version
package org.cloudfoundry.client.v3.servicebrokers;

import org.immutables.value.Value;

import com.fasterxml.jackson.annotation.JsonIgnore;

@Value.Immutable
abstract class _GetServiceBrokerRequest {

    @JsonIgnore
    abstract String getServiceBrokerId();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy