Class Action
- java.lang.Object
-
- com.github.davidmoten.odata.client.generator.model.Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAction.Parameterstatic classAction.ReturnType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionMethodName()Optional<String>getActionReturnType()Optional<String>getBoundType()Optional<String>getBoundTypeWithNamespace()StringgetFullClassNameActionReturnType()StringgetFullType()StringgetName()List<Action.Parameter>getParametersUnbound(Imports imports)Action.ReturnTypegetReturnType(Imports imports)booleanhasReturnType()booleanisBoundToCollection()Schemaschema()
-
-
-
Method Detail
-
schema
public Schema schema()
-
getFullClassNameActionReturnType
public String getFullClassNameActionReturnType()
-
getBoundTypeWithNamespace
public Optional<String> getBoundTypeWithNamespace()
- Specified by:
getBoundTypeWithNamespacein interfaceMethod
-
getActionMethodName
public String getActionMethodName()
-
getParametersUnbound
public List<Action.Parameter> getParametersUnbound(Imports imports)
-
hasReturnType
public boolean hasReturnType()
-
getReturnType
public Action.ReturnType getReturnType(Imports imports)
-
getFullType
public String getFullType()
-
isBoundToCollection
public boolean isBoundToCollection()
- Specified by:
isBoundToCollectionin interfaceMethod
-
getBoundType
public Optional<String> getBoundType()
- Specified by:
getBoundTypein interfaceMethod
-
-