Package com.sap.ai.sdk.grounding.model
Class MSSharePointPipelineCreateRequest
java.lang.Object
com.sap.ai.sdk.grounding.model.MSSharePointPipelineCreateRequest
- All Implemented Interfaces:
CreatePipeline
MSSharePointPipelineCreateRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class.static enumGets or Sets type -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MSSharePointPipelineCreateRequest. -
Method Summary
Modifier and TypeMethodDescription_configuration(MSSharePointConfiguration _configuration) Set the _configuration of thisMSSharePointPipelineCreateRequestinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newMSSharePointPipelineCreateRequestinstance with all required arguments.booleanGet _configurationgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMSSharePointPipelineCreateRequest.Get metadatagetType()Get typeinthashCode()Set the metadata of thisMSSharePointPipelineCreateRequestinstance and return the same instance.voidsetConfiguration(MSSharePointConfiguration _configuration) Set the _configuration of thisMSSharePointPipelineCreateRequestinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMSSharePointPipelineCreateRequestinstance.voidsetMetadata(MetaData metadata) Set the metadata of thisMSSharePointPipelineCreateRequestinstance.voidSet the type of thisMSSharePointPipelineCreateRequestinstance.toMap()Get the value of all properties of thisMSSharePointPipelineCreateRequestinstance including unrecognized properties.toString()Set the type of thisMSSharePointPipelineCreateRequestinstance and return the same instance.
-
Constructor Details
-
MSSharePointPipelineCreateRequest
protected MSSharePointPipelineCreateRequest()Default constructor for MSSharePointPipelineCreateRequest.
-
-
Method Details
-
getType
Get type- Specified by:
getTypein interfaceCreatePipeline- Returns:
- type The type of this
MSSharePointPipelineCreateRequestinstance.
-
getConfiguration
Get _configuration- Returns:
- _configuration The _configuration of this
MSSharePointPipelineCreateRequestinstance.
-
metadata
Set the metadata of thisMSSharePointPipelineCreateRequestinstance and return the same instance.- Parameters:
metadata- The metadata of thisMSSharePointPipelineCreateRequest- Returns:
- The same instance of this
MSSharePointPipelineCreateRequestclass
-
getMetadata
Get metadata- Returns:
- metadata The metadata of this
MSSharePointPipelineCreateRequestinstance.
-
setMetadata
Set the metadata of thisMSSharePointPipelineCreateRequestinstance.- Parameters:
metadata- The metadata of thisMSSharePointPipelineCreateRequest
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMSSharePointPipelineCreateRequest.- 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 thisMSSharePointPipelineCreateRequestinstance.- 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 thisMSSharePointPipelineCreateRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMSSharePointPipelineCreateRequestinstance. 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 newMSSharePointPipelineCreateRequestinstance with all required arguments.
toMap()instead.