class CommitWorkspaceChangesRequest extends Collection (View source)

Properties

protected $collection_key
protected $authorType
protected $authorDataType
string $commitMessage
string[] $paths

Methods

setAuthor(CommitAuthor $author)

No description

getAuthor()

No description

setCommitMessage($commitMessage)

No description

string
getCommitMessage()

No description

setPaths($paths)

No description

string[]
getPaths()

No description

Details

setAuthor(CommitAuthor $author)

No description

Parameters

CommitAuthor $author

CommitAuthor getAuthor()

No description

Return Value

CommitAuthor

setCommitMessage($commitMessage)

No description

Parameters

$commitMessage

string getCommitMessage()

No description

Return Value

string

setPaths($paths)

No description

Parameters

$paths

string[] getPaths()

No description

Return Value

string[]