Package com.sap.ai.sdk.core.model
Class BckndServiceServiceCatalogItemExtendCatalog
java.lang.Object
com.sap.ai.sdk.core.model.BckndServiceServiceCatalogItemExtendCatalog
BckndServiceServiceCatalogItemExtendCatalog
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndServiceServiceCatalogItemExtendCatalog. -
Method Summary
Modifier and TypeMethodDescriptionaddPlansItem(BckndServiceServicePlanItem plansItem) Add one plans instance to thisBckndServiceServiceCatalogItemExtendCatalog.Set the bindable of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.create()Create a newBckndServiceServiceCatalogItemExtendCataloginstance.description(String description) Set the description of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndServiceServiceCatalogItemExtendCatalog.description of the servicegetId()id of the servicegetName()name of the servicegetPlans()Get plansinthashCode()Set the id of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.if the service is bindableSet the name of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.plans(List<BckndServiceServicePlanItem> plans) Set the plans of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.voidsetBindable(Boolean bindable) Set the bindable of thisBckndServiceServiceCatalogItemExtendCataloginstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndServiceServiceCatalogItemExtendCataloginstance.voidsetDescription(String description) Set the description of thisBckndServiceServiceCatalogItemExtendCataloginstance.voidSet the id of thisBckndServiceServiceCatalogItemExtendCataloginstance.voidSet the name of thisBckndServiceServiceCatalogItemExtendCataloginstance.voidsetPlans(List<BckndServiceServicePlanItem> plans) Set the plans of thisBckndServiceServiceCatalogItemExtendCataloginstance.toMap()Get the value of all properties of thisBckndServiceServiceCatalogItemExtendCataloginstance including unrecognized properties.toString()
-
Constructor Details
-
BckndServiceServiceCatalogItemExtendCatalog
protected BckndServiceServiceCatalogItemExtendCatalog()Default constructor for BckndServiceServiceCatalogItemExtendCatalog.
-
-
Method Details
-
bindable
Set the bindable of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.- Parameters:
bindable- if the service is bindable- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCatalogclass
-
isBindable
if the service is bindable- Returns:
- bindable The bindable of this
BckndServiceServiceCatalogItemExtendCataloginstance.
-
setBindable
Set the bindable of thisBckndServiceServiceCatalogItemExtendCataloginstance.- Parameters:
bindable- if the service is bindable
-
description
@Nonnull public BckndServiceServiceCatalogItemExtendCatalog description(@Nullable String description) Set the description of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.- Parameters:
description- description of the service- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCatalogclass
-
getDescription
description of the service- Returns:
- description The description of this
BckndServiceServiceCatalogItemExtendCataloginstance.
-
setDescription
Set the description of thisBckndServiceServiceCatalogItemExtendCataloginstance.- Parameters:
description- description of the service
-
id
Set the id of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.- Parameters:
id- id of the service- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCatalogclass
-
getId
id of the service- Returns:
- id The id of this
BckndServiceServiceCatalogItemExtendCataloginstance.
-
setId
Set the id of thisBckndServiceServiceCatalogItemExtendCataloginstance.- Parameters:
id- id of the service
-
name
Set the name of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.- Parameters:
name- name of the service- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCatalogclass
-
getName
name of the service- Returns:
- name The name of this
BckndServiceServiceCatalogItemExtendCataloginstance.
-
setName
Set the name of thisBckndServiceServiceCatalogItemExtendCataloginstance.- Parameters:
name- name of the service
-
plans
@Nonnull public BckndServiceServiceCatalogItemExtendCatalog plans(@Nullable List<BckndServiceServicePlanItem> plans) Set the plans of thisBckndServiceServiceCatalogItemExtendCataloginstance and return the same instance.- Parameters:
plans- The plans of thisBckndServiceServiceCatalogItemExtendCatalog- Returns:
- The same instance of this
BckndServiceServiceCatalogItemExtendCatalogclass
-
addPlansItem
@Nonnull public BckndServiceServiceCatalogItemExtendCatalog addPlansItem(@Nonnull BckndServiceServicePlanItem plansItem) Add one plans instance to thisBckndServiceServiceCatalogItemExtendCatalog.- Parameters:
plansItem- The plans that should be added- Returns:
- The same instance of type
BckndServiceServiceCatalogItemExtendCatalog
-
getPlans
Get plans- Returns:
- plans The plans of this
BckndServiceServiceCatalogItemExtendCataloginstance.
-
setPlans
Set the plans of thisBckndServiceServiceCatalogItemExtendCataloginstance.- Parameters:
plans- The plans of thisBckndServiceServiceCatalogItemExtendCatalog
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndServiceServiceCatalogItemExtendCatalog.- 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 thisBckndServiceServiceCatalogItemExtendCataloginstance.- 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 thisBckndServiceServiceCatalogItemExtendCataloginstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndServiceServiceCatalogItemExtendCataloginstance. 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 newBckndServiceServiceCatalogItemExtendCataloginstance. No arguments are required.
-
toMap()instead.