Package com.sap.ai.sdk.core.model
Class MetaAiApiCapabilitiesBulkUpdates
java.lang.Object
com.sap.ai.sdk.core.model.MetaAiApiCapabilitiesBulkUpdates
Services that support patch on /executions and /deployments to change targetStatus of multiple
executions and deployments.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for MetaAiApiCapabilitiesBulkUpdates. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Create a newMetaAiApiCapabilitiesBulkUpdatesinstance.deployments(Boolean deployments) Set the deployments of thisMetaAiApiCapabilitiesBulkUpdatesinstance and return the same instance.booleanexecutions(Boolean executions) Set the executions of thisMetaAiApiCapabilitiesBulkUpdatesinstance and return the same instance.getCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theMetaAiApiCapabilitiesBulkUpdates.inthashCode()Get deploymentsGet executionsvoidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisMetaAiApiCapabilitiesBulkUpdatesinstance.voidsetDeployments(Boolean deployments) Set the deployments of thisMetaAiApiCapabilitiesBulkUpdatesinstance.voidsetExecutions(Boolean executions) Set the executions of thisMetaAiApiCapabilitiesBulkUpdatesinstance.toMap()Get the value of all properties of thisMetaAiApiCapabilitiesBulkUpdatesinstance including unrecognized properties.toString()
-
Constructor Details
-
MetaAiApiCapabilitiesBulkUpdates
protected MetaAiApiCapabilitiesBulkUpdates()Default constructor for MetaAiApiCapabilitiesBulkUpdates.
-
-
Method Details
-
executions
Set the executions of thisMetaAiApiCapabilitiesBulkUpdatesinstance and return the same instance.- Parameters:
executions- The executions of thisMetaAiApiCapabilitiesBulkUpdates- Returns:
- The same instance of this
MetaAiApiCapabilitiesBulkUpdatesclass
-
isExecutions
Get executions- Returns:
- executions The executions of this
MetaAiApiCapabilitiesBulkUpdatesinstance.
-
setExecutions
Set the executions of thisMetaAiApiCapabilitiesBulkUpdatesinstance.- Parameters:
executions- The executions of thisMetaAiApiCapabilitiesBulkUpdates
-
deployments
Set the deployments of thisMetaAiApiCapabilitiesBulkUpdatesinstance and return the same instance.- Parameters:
deployments- The deployments of thisMetaAiApiCapabilitiesBulkUpdates- Returns:
- The same instance of this
MetaAiApiCapabilitiesBulkUpdatesclass
-
isDeployments
Get deployments- Returns:
- deployments The deployments of this
MetaAiApiCapabilitiesBulkUpdatesinstance.
-
setDeployments
Set the deployments of thisMetaAiApiCapabilitiesBulkUpdatesinstance.- Parameters:
deployments- The deployments of thisMetaAiApiCapabilitiesBulkUpdates
-
getCustomFieldNames
Get the names of the unrecognizable properties of theMetaAiApiCapabilitiesBulkUpdates.- 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 thisMetaAiApiCapabilitiesBulkUpdatesinstance.- 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 thisMetaAiApiCapabilitiesBulkUpdatesinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisMetaAiApiCapabilitiesBulkUpdatesinstance. 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 newMetaAiApiCapabilitiesBulkUpdatesinstance. No arguments are required.
-
toMap()instead.