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

com.github.davidmoten.odata.csdl.v4.extras.ActionOrFunction Maven / Gradle / Ivy

package com.github.davidmoten.odata.csdl.v4.extras;

public interface ActionOrFunction {
    String getName();

    String getEntitySetPath();

    boolean isIsBound();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy