Class SynapseNotebookReference


  • public final class SynapseNotebookReference
    extends Object
    Synapse notebook reference type.
    • Constructor Detail

      • SynapseNotebookReference

        public SynapseNotebookReference()
    • Method Detail

      • getType

        public NotebookReferenceType getType()
        Get the type property: Synapse notebook reference type.
        Returns:
        the type value.
      • setType

        public SynapseNotebookReference setType​(NotebookReferenceType type)
        Set the type property: Synapse notebook reference type.
        Parameters:
        type - the type value to set.
        Returns:
        the SynapseNotebookReference object itself.
      • getReferenceName

        public Object getReferenceName()
        Get the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
        Returns:
        the referenceName value.
      • setReferenceName

        public SynapseNotebookReference setReferenceName​(Object referenceName)
        Set the referenceName property: Reference notebook name. Type: string (or Expression with resultType string).
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the SynapseNotebookReference object itself.