Package com.sap.ai.sdk.grounding.model
Class MSSharePointPipelineMinimalResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.MSSharePointPipelineMinimalResponse
- All Implemented Interfaces:
PipelineMinimalResponse
MSSharePointPipelineMinimalResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MSSharePointPipelineMinimalResponse. -
Method Summary
Modifier and TypeMethodDescription_configuration(MSSharePointConfigurationMinimal _configuration) Set the _configuration of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newMSSharePointPipelineMinimalResponseinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMSSharePointPipelineMinimalResponse.getId()Get idGet statusgetType()Get typeinthashCode()Set the id of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.Get metadataSet the metadata of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.voidsetConfiguration(MSSharePointConfigurationMinimal _configuration) Set the _configuration of thisMSSharePointPipelineMinimalResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMSSharePointPipelineMinimalResponseinstance.voidSet the id of thisMSSharePointPipelineMinimalResponseinstance.voidsetMetadata(Boolean metadata) Set the metadata of thisMSSharePointPipelineMinimalResponseinstance.voidsetStatus(PipelineExecutionStatus status) Set the status of thisMSSharePointPipelineMinimalResponseinstance.voidSet the type of thisMSSharePointPipelineMinimalResponseinstance.status(PipelineExecutionStatus status) Set the status of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.toMap()Get the value of all properties of thisMSSharePointPipelineMinimalResponseinstance including unrecognized properties.toString()Set the type of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.
-
Constructor Details
-
MSSharePointPipelineMinimalResponse
protected MSSharePointPipelineMinimalResponse()Default constructor for MSSharePointPipelineMinimalResponse.
-
-
Method Details
-
id
Set the id of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.- Parameters:
id- The id of thisMSSharePointPipelineMinimalResponse- Returns:
- The same instance of this
MSSharePointPipelineMinimalResponseclass
-
getId
Get id- Returns:
- id The id of this
MSSharePointPipelineMinimalResponseinstance.
-
setId
Set the id of thisMSSharePointPipelineMinimalResponseinstance.- Parameters:
id- The id of thisMSSharePointPipelineMinimalResponse
-
status
@Nonnull public MSSharePointPipelineMinimalResponse status(@Nullable PipelineExecutionStatus status) Set the status of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.- Parameters:
status- The status of thisMSSharePointPipelineMinimalResponse- Returns:
- The same instance of this
MSSharePointPipelineMinimalResponseclass
-
getStatus
Get status- Returns:
- status The status of this
MSSharePointPipelineMinimalResponseinstance.
-
setStatus
Set the status of thisMSSharePointPipelineMinimalResponseinstance.- Parameters:
status- The status of thisMSSharePointPipelineMinimalResponse
-
getType
Get type- Specified by:
getTypein interfacePipelineMinimalResponse- Returns:
- type The type of this
MSSharePointPipelineMinimalResponseinstance.
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
MSSharePointPipelineMinimalResponseinstance.
-
metadata
Set the metadata of thisMSSharePointPipelineMinimalResponseinstance and return the same instance.- Parameters:
metadata- The metadata of thisMSSharePointPipelineMinimalResponse- Returns:
- The same instance of this
MSSharePointPipelineMinimalResponseclass
-
isMetadata
Get metadata- Returns:
- metadata The metadata of this
MSSharePointPipelineMinimalResponseinstance.
-
setMetadata
Set the metadata of thisMSSharePointPipelineMinimalResponseinstance.- Parameters:
metadata- The metadata of thisMSSharePointPipelineMinimalResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMSSharePointPipelineMinimalResponse.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisMSSharePointPipelineMinimalResponseinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisMSSharePointPipelineMinimalResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMSSharePointPipelineMinimalResponseinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newMSSharePointPipelineMinimalResponseinstance with all required arguments.
-
toMap()instead.