package com.sforce.soap.partner; /** * This is a generated class for the SObject Enterprise API. * Do not edit this file, as your changes will be lost. */ public interface IDescribeQuickActionResult { /** * element : accessLevelRequired of type {urn:partner.soap.sforce.com}ShareAccessLevel * java type: com.sforce.soap.partner.ShareAccessLevel */ public com.sforce.soap.partner.ShareAccessLevel getAccessLevelRequired(); public void setAccessLevelRequired(com.sforce.soap.partner.ShareAccessLevel accessLevelRequired); /** * element : actionEnumOrId of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getActionEnumOrId(); public void setActionEnumOrId(java.lang.String actionEnumOrId); /** * element : canvasApplicationId of type {urn:partner.soap.sforce.com}ID * java type: java.lang.String */ public java.lang.String getCanvasApplicationId(); public void setCanvasApplicationId(java.lang.String canvasApplicationId); /** * element : canvasApplicationName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getCanvasApplicationName(); public void setCanvasApplicationName(java.lang.String canvasApplicationName); /** * element : colors of type {urn:partner.soap.sforce.com}DescribeColor * java type: com.sforce.soap.partner.DescribeColor[] */ public com.sforce.soap.partner.IDescribeColor[] getColors(); public void setColors(com.sforce.soap.partner.IDescribeColor[] colors); /** * element : contextSobjectType of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getContextSobjectType(); public void setContextSobjectType(java.lang.String contextSobjectType); /** * element : defaultValues of type {urn:partner.soap.sforce.com}DescribeQuickActionDefaultValue * java type: com.sforce.soap.partner.DescribeQuickActionDefaultValue[] */ public com.sforce.soap.partner.IDescribeQuickActionDefaultValue[] getDefaultValues(); public void setDefaultValues(com.sforce.soap.partner.IDescribeQuickActionDefaultValue[] defaultValues); /** * element : flowDevName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getFlowDevName(); public void setFlowDevName(java.lang.String flowDevName); /** * element : flowRecordIdVar of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getFlowRecordIdVar(); public void setFlowRecordIdVar(java.lang.String flowRecordIdVar); /** * element : height of type {http://www.w3.org/2001/XMLSchema}int * java type: java.lang.Integer */ public java.lang.Integer getHeight(); public void setHeight(java.lang.Integer height); /** * element : iconName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getIconName(); public void setIconName(java.lang.String iconName); /** * element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getIconUrl(); public void setIconUrl(java.lang.String iconUrl); /** * element : icons of type {urn:partner.soap.sforce.com}DescribeIcon * java type: com.sforce.soap.partner.DescribeIcon[] */ public com.sforce.soap.partner.IDescribeIcon[] getIcons(); public void setIcons(com.sforce.soap.partner.IDescribeIcon[] icons); /** * element : label of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLabel(); public void setLabel(java.lang.String label); /** * element : layout of type {urn:partner.soap.sforce.com}DescribeLayoutSection * java type: com.sforce.soap.partner.DescribeLayoutSection */ public com.sforce.soap.partner.IDescribeLayoutSection getLayout(); public void setLayout(com.sforce.soap.partner.IDescribeLayoutSection layout); /** * element : lightningComponentBundleId of type {urn:partner.soap.sforce.com}ID * java type: java.lang.String */ public java.lang.String getLightningComponentBundleId(); public void setLightningComponentBundleId(java.lang.String lightningComponentBundleId); /** * element : lightningComponentBundleName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLightningComponentBundleName(); public void setLightningComponentBundleName(java.lang.String lightningComponentBundleName); /** * element : lightningComponentQualifiedName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLightningComponentQualifiedName(); public void setLightningComponentQualifiedName(java.lang.String lightningComponentQualifiedName); /** * element : lightningWebComponentBundleId of type {urn:partner.soap.sforce.com}ID * java type: java.lang.String */ public java.lang.String getLightningWebComponentBundleId(); public void setLightningWebComponentBundleId(java.lang.String lightningWebComponentBundleId); /** * element : lightningWebComponentBundleName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLightningWebComponentBundleName(); public void setLightningWebComponentBundleName(java.lang.String lightningWebComponentBundleName); /** * element : lightningWebComponentQualifiedName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getLightningWebComponentQualifiedName(); public void setLightningWebComponentQualifiedName(java.lang.String lightningWebComponentQualifiedName); /** * element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getMiniIconUrl(); public void setMiniIconUrl(java.lang.String miniIconUrl); /** * element : mobileExtensionId of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getMobileExtensionId(); public void setMobileExtensionId(java.lang.String mobileExtensionId); /** * element : name of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getName(); public void setName(java.lang.String name); /** * element : parameters of type {urn:partner.soap.sforce.com}DescribeQuickActionParameter * java type: com.sforce.soap.partner.DescribeQuickActionParameter[] */ public com.sforce.soap.partner.IDescribeQuickActionParameter[] getParameters(); public void setParameters(com.sforce.soap.partner.IDescribeQuickActionParameter[] parameters); /** * element : showQuickActionLcHeader of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getShowQuickActionLcHeader(); public boolean isShowQuickActionLcHeader(); public void setShowQuickActionLcHeader(boolean showQuickActionLcHeader); /** * element : showQuickActionVfHeader of type {http://www.w3.org/2001/XMLSchema}boolean * java type: boolean */ public boolean getShowQuickActionVfHeader(); public boolean isShowQuickActionVfHeader(); public void setShowQuickActionVfHeader(boolean showQuickActionVfHeader); /** * element : targetParentField of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getTargetParentField(); public void setTargetParentField(java.lang.String targetParentField); /** * element : targetRecordTypeId of type {urn:partner.soap.sforce.com}ID * java type: java.lang.String */ public java.lang.String getTargetRecordTypeId(); public void setTargetRecordTypeId(java.lang.String targetRecordTypeId); /** * element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getTargetSobjectType(); public void setTargetSobjectType(java.lang.String targetSobjectType); /** * element : type of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getType(); public void setType(java.lang.String type); /** * element : visualforcePageName of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getVisualforcePageName(); public void setVisualforcePageName(java.lang.String visualforcePageName); /** * element : visualforcePageUrl of type {http://www.w3.org/2001/XMLSchema}string * java type: java.lang.String */ public java.lang.String getVisualforcePageUrl(); public void setVisualforcePageUrl(java.lang.String visualforcePageUrl); /** * element : width of type {http://www.w3.org/2001/XMLSchema}int * java type: java.lang.Integer */ public java.lang.Integer getWidth(); public void setWidth(java.lang.Integer width); }