Instagram\API\Response\UnblockFriendshipResponse::setFriendshipStatus PHP 메소드

setFriendshipStatus() 공개 메소드

public setFriendshipStatus ( FriendshipStatus $friendship_status )
$friendship_status Instagram\API\Response\Model\FriendshipStatus
    public function setFriendshipStatus($friendship_status)
    {
        $this->friendship_status = $friendship_status;
    }