Package com.sap.ai.sdk.grounding.model
Interface LocationInner
- All Known Implementing Classes:
LocationInner.InnerInteger,LocationInner.InnerString
public interface LocationInner
LocationInner
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createIntegerthat implementsLocationInner.static final recordHelper class to createStringthat implementsLocationInner. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic LocationInner.InnerIntegerCreator to enable deserialization ofInteger.static LocationInner.InnerStringCreator to enable deserialization ofString.
-
Method Details
-
create
Creator to enable deserialization ofString.- Parameters:
val- the value to use- Returns:
- a new instance of
LocationInner.InnerString.
-
create
Creator to enable deserialization ofInteger.- Parameters:
val- the value to use- Returns:
- a new instance of
LocationInner.InnerInteger.
-