org.cloudfoundry.client.v3.routes._DeleteRouteRequest Maven / Gradle / Ivy
The newest version!
package org.cloudfoundry.client.v3.routes;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.immutables.value.Value;
/**
* The request payload for the Delete Route operation
*/
@Value.Immutable
abstract class _DeleteRouteRequest {
/**
* The route id
*/
@JsonIgnore
abstract String getRouteId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy