Class ExternalActionType
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.ExternalActionType
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class ExternalActionType
extends Object
Contains all information specified by a price derivation rule of type \"External Action\".
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) addParameterItem(ExternalActionParameterType parameterItem) addTextItem(ExternalActionTextType textItem) booleangetAny()This is currently not supported.getID()Defines the external action.Get parametergetText()Get textinthashCode()parameter(List<ExternalActionParameterType> parameter) voidvoidvoidsetParameter(List<ExternalActionParameterType> parameter) voidsetText(List<ExternalActionTextType> text) text(List<ExternalActionTextType> text) toString()
-
Constructor Details
-
ExternalActionType
public ExternalActionType()
-
-
Method Details
-
text
-
addTextItem
-
getText
Get text- Returns:
- text
-
setText
-
parameter
-
addParameterItem
-
getParameter
Get parameter- Returns:
- parameter
-
setParameter
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
ID
-
getID
Defines the external action.- Returns:
- ID
-
setID
-
equals
-
hashCode
public int hashCode() -
toString
-