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

org.cloudfoundry.client.v3.routes._UpdateRouteResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import org.immutables.value.Value;

/**
 * The response payload for the Update Route operation
 */
@JsonDeserialize
@Value.Immutable
abstract class _UpdateRouteResponse extends Route {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy