PHP 클래스 JiraRestApi\User\User

저자: Anik
상속: implements JsonSerializable, use trait JiraRestApi\ClassSerialize
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client

공개 프로퍼티들

프로퍼티 타입 설명
$active boolean
$applicationRoles "#/definitions/simple-list-wrapper"
$avatarUrls object
$displayName string
$emailAddress string
$expand string
$groups "#/definitions/simple-list-wrapper"
$key string
$name string
$self string uri which was hit.
$timeZone string

공개 메소드들

메소드 설명
jsonSerialize ( )

메소드 상세

jsonSerialize() 공개 메소드

public jsonSerialize ( )

프로퍼티 상세

$active 공개적으로 프로퍼티

public bool $active
리턴 boolean

$applicationRoles 공개적으로 프로퍼티

"#/definitions/simple-list-wrapper"
public $applicationRoles

$avatarUrls 공개적으로 프로퍼티

public object $avatarUrls
리턴 object

$displayName 공개적으로 프로퍼티

public string $displayName
리턴 string

$emailAddress 공개적으로 프로퍼티

public string $emailAddress
리턴 string

$expand 공개적으로 프로퍼티

public string $expand
리턴 string

$groups 공개적으로 프로퍼티

"#/definitions/simple-list-wrapper"
public $groups

$key 공개적으로 프로퍼티

public string $key
리턴 string

$name 공개적으로 프로퍼티

public string $name
리턴 string

$self 공개적으로 프로퍼티

uri which was hit.
public string $self
리턴 string

$timeZone 공개적으로 프로퍼티

public string $timeZone
리턴 string