Package com.sap.ai.sdk.grounding.model
Class MSSharePointConfiguration
java.lang.Object
com.sap.ai.sdk.grounding.model.MSSharePointConfiguration
MSSharePointConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MSSharePointConfiguration. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a type-safe, fluent-api builder object to construct a newMSSharePointConfigurationinstance with all required arguments.cronExpression(String cronExpression) Set the cronExpression of thisMSSharePointConfigurationinstance and return the same instance.destination(String destination) Set the destination of thisMSSharePointConfigurationinstance and return the same instance.booleanGet cronExpressiongetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMSSharePointConfiguration.Get destinationGet sharePointinthashCode()voidsetCronExpression(String cronExpression) Set the cronExpression of thisMSSharePointConfigurationinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMSSharePointConfigurationinstance.voidsetDestination(String destination) Set the destination of thisMSSharePointConfigurationinstance.voidsetSharePoint(SharePointConfig sharePoint) Set the sharePoint of thisMSSharePointConfigurationinstance.sharePoint(SharePointConfig sharePoint) Set the sharePoint of thisMSSharePointConfigurationinstance and return the same instance.toMap()Get the value of all properties of thisMSSharePointConfigurationinstance including unrecognized properties.toString()
-
Constructor Details
-
MSSharePointConfiguration
protected MSSharePointConfiguration()Default constructor for MSSharePointConfiguration.
-
-
Method Details
-
destination
Set the destination of thisMSSharePointConfigurationinstance and return the same instance.- Parameters:
destination- The destination of thisMSSharePointConfiguration- Returns:
- The same instance of this
MSSharePointConfigurationclass
-
getDestination
Get destination- Returns:
- destination The destination of this
MSSharePointConfigurationinstance.
-
setDestination
Set the destination of thisMSSharePointConfigurationinstance.- Parameters:
destination- The destination of thisMSSharePointConfiguration
-
cronExpression
Set the cronExpression of thisMSSharePointConfigurationinstance and return the same instance.- Parameters:
cronExpression- The cronExpression of thisMSSharePointConfiguration- Returns:
- The same instance of this
MSSharePointConfigurationclass
-
getCronExpression
Get cronExpression- Returns:
- cronExpression The cronExpression of this
MSSharePointConfigurationinstance.
-
setCronExpression
Set the cronExpression of thisMSSharePointConfigurationinstance.- Parameters:
cronExpression- The cronExpression of thisMSSharePointConfiguration
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMSSharePointConfiguration.- 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 thisMSSharePointConfigurationinstance.- 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 thisMSSharePointConfigurationinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMSSharePointConfigurationinstance. 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 newMSSharePointConfigurationinstance with all required arguments.
-
toMap()instead.