JiraRestApi\Field\Field::setType PHP Method

setType() public method

set custom field type.
See also: https://confluence.atlassian.com/jira064/changing-custom-field-types-720415917.html
public setType ( $type )
$type
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }