PHP 클래스 Scalr\Api\Service\Account\V1beta0\Controller\Teams

저자: N.V.
상속: extends Scalr\Api\Rest\Controller\ApiController
파일 보기 프로젝트 열기: scalr/scalr

공개 메소드들

메소드 설명
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 ) : Team Gets Team entity
modifyAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope Change Account Team attributes.

메소드 상세

createAction() 공개 메소드

Creates a new Account Teams
public createAction ( ) : Scalr\Api\DataType\ResultEnvelope
리턴 Scalr\Api\DataType\ResultEnvelope

deleteAction() 공개 메소드

Delete an Account Team
public deleteAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope
$teamId integer Identifier of the Team
리턴 Scalr\Api\DataType\ResultEnvelope

describeAction() 공개 메소드

Retrieves the list of the Account Teams
public describeAction ( ) : Scalr\Api\DataType\ListResultEnvelope
리턴 Scalr\Api\DataType\ListResultEnvelope Returns describe result

fetchAction() 공개 메소드

Fetches detailed info about one Account Team
public fetchAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope
$teamId integer Identifier of the Team
리턴 Scalr\Api\DataType\ResultEnvelope

getDefaultCriteria() 공개 메소드

Gets default search criteria according request scope
public getDefaultCriteria ( ) : array
리턴 array Returns array of the search criteria

getTeam() 공개 메소드

Gets Team entity
public getTeam ( string $teamId ) : Team
$teamId string Unique identifier of the Team
리턴 Scalr\Model\Entity\Account\Team

modifyAction() 공개 메소드

Change Account Team attributes.
public modifyAction ( integer $teamId ) : Scalr\Api\DataType\ResultEnvelope
$teamId integer Identifier of the Team
리턴 Scalr\Api\DataType\ResultEnvelope