Method | Description | |
---|---|---|
createAction ( ) : Scalr\Api\DataType\ResultEnvelope | Creates a new Account Teams | |
deleteAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | Delete an Account Team | |
describeAction ( ) : Scalr\Api\DataType\ListResultEnvelope | Retrieves the list of the Account Teams | |
fetchAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | Fetches detailed info about one Account Team | |
getDefaultCriteria ( ) : array | Gets default search criteria according request scope | |
getTeam ( string $teamId ) : |
Gets Team entity | |
modifyAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | Change Account Team attributes. |
public createAction ( ) : Scalr\Api\DataType\ResultEnvelope | ||
return | Scalr\Api\DataType\ResultEnvelope |
public deleteAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | ||
$teamId | integer | Identifier of the Team |
return | Scalr\Api\DataType\ResultEnvelope |
public describeAction ( ) : Scalr\Api\DataType\ListResultEnvelope | ||
return | Scalr\Api\DataType\ListResultEnvelope | Returns describe result |
public fetchAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | ||
$teamId | integer | Identifier of the Team |
return | Scalr\Api\DataType\ResultEnvelope |
public getDefaultCriteria ( ) : array | ||
return | array | Returns array of the search criteria |
public modifyAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope | ||
$teamId | integer | Identifier of the Team |
return | Scalr\Api\DataType\ResultEnvelope |