Class CreateVbaModuleRequest
java.lang.Object
com.aspose.tasks.cloud.model.CreateVbaModuleRequest
Represents the body of a request that creates a new VBA module.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets or sets the name of the VBA module to create.Gets or sets the source code to store in the new VBA module.getType()Gets or sets the type of the VBA module to create.inthashCode()voidvoidsetSourceCode(String sourceCode) voidsetType(VbaModuleType type) sourceCode(String sourceCode) toString()type(VbaModuleType type)
-
Constructor Details
-
CreateVbaModuleRequest
public CreateVbaModuleRequest()
-
-
Method Details
-
name
-
getName
-
setName
-
type
-
getType
Gets or sets the type of the VBA module to create. Only ProceduralModule and ClassModule can be created; other values are rejected.- Returns:
- type
-
setType
-
sourceCode
-
getSourceCode
Gets or sets the source code to store in the new VBA module.- Returns:
- sourceCode
-
setSourceCode
-
equals
-
hashCode
-
toString
-