Package com.sap.ai.sdk.core.model
Class BckndResourceGroupsPostRequest
java.lang.Object
com.sap.ai.sdk.core.model.BckndResourceGroupsPostRequest
BckndResourceGroupsPostRequest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for BckndResourceGroupsPostRequest. -
Method Summary
Modifier and TypeMethodDescriptionaddLabelsItem(BckndResourceGroupLabel labelsItem) Add one labels instance to thisBckndResourceGroupsPostRequest.create()Create a newBckndResourceGroupsPostRequestinstance.booleangetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theBckndResourceGroupsPostRequest.Arbitrary labels as meta informationresource group idinthashCode()labels(List<BckndResourceGroupLabel> labels) Set the labels of thisBckndResourceGroupsPostRequestinstance and return the same instance.resourceGroupId(String resourceGroupId) Set the resourceGroupId of thisBckndResourceGroupsPostRequestinstance and return the same instance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisBckndResourceGroupsPostRequestinstance.voidsetLabels(List<BckndResourceGroupLabel> labels) Set the labels of thisBckndResourceGroupsPostRequestinstance.voidsetResourceGroupId(String resourceGroupId) Set the resourceGroupId of thisBckndResourceGroupsPostRequestinstance.toMap()Get the value of all properties of thisBckndResourceGroupsPostRequestinstance including unrecognized properties.toString()
-
Constructor Details
-
BckndResourceGroupsPostRequest
protected BckndResourceGroupsPostRequest()Default constructor for BckndResourceGroupsPostRequest.
-
-
Method Details
-
resourceGroupId
Set the resourceGroupId of thisBckndResourceGroupsPostRequestinstance and return the same instance.- Parameters:
resourceGroupId- resource group id- Returns:
- The same instance of this
BckndResourceGroupsPostRequestclass
-
getResourceGroupId
resource group id- Returns:
- resourceGroupId The resourceGroupId of this
BckndResourceGroupsPostRequestinstance.
-
setResourceGroupId
Set the resourceGroupId of thisBckndResourceGroupsPostRequestinstance.- Parameters:
resourceGroupId- resource group id
-
labels
@Nonnull public BckndResourceGroupsPostRequest labels(@Nullable List<BckndResourceGroupLabel> labels) Set the labels of thisBckndResourceGroupsPostRequestinstance and return the same instance.- Parameters:
labels- Arbitrary labels as meta information- Returns:
- The same instance of this
BckndResourceGroupsPostRequestclass
-
addLabelsItem
@Nonnull public BckndResourceGroupsPostRequest addLabelsItem(@Nonnull BckndResourceGroupLabel labelsItem) Add one labels instance to thisBckndResourceGroupsPostRequest.- Parameters:
labelsItem- The labels that should be added- Returns:
- The same instance of type
BckndResourceGroupsPostRequest
-
getLabels
Arbitrary labels as meta information- Returns:
- labels The labels of this
BckndResourceGroupsPostRequestinstance.
-
setLabels
Set the labels of thisBckndResourceGroupsPostRequestinstance.- Parameters:
labels- Arbitrary labels as meta information
-
getCustomFieldNames
Get the names of the unrecognizable properties of theBckndResourceGroupsPostRequest.- 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 thisBckndResourceGroupsPostRequestinstance.- 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 thisBckndResourceGroupsPostRequestinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisBckndResourceGroupsPostRequestinstance. 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 newBckndResourceGroupsPostRequestinstance. No arguments are required.
-
toMap()instead.