toggle menu
Gravatar Android SDK
2.5.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.1
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.0
0.3.0
androidJvm
switch theme
search in API
gravatar
/
com.gravatar.restapi.models
/
UpdateProfileRequest
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
company
Link copied to clipboard
var
company
:
String
?
description
Link copied to clipboard
var
description
:
String
?
display
Name
Link copied to clipboard
var
displayName
:
String
?
first
Name
Link copied to clipboard
var
firstName
:
String
?
job
Title
Link copied to clipboard
var
jobTitle
:
String
?
last
Name
Link copied to clipboard
var
lastName
:
String
?
location
Link copied to clipboard
var
location
:
String
?
pronouns
Link copied to clipboard
var
pronouns
:
String
?
pronunciation
Link copied to clipboard
var
pronunciation
:
String
?
Functions
build
Link copied to clipboard
fun
build
(
)
:
UpdateProfileRequest
set
Company
Link copied to clipboard
fun
setCompany
(
company
:
String
?
)
:
UpdateProfileRequest.Builder
set
Description
Link copied to clipboard
fun
setDescription
(
description
:
String
?
)
:
UpdateProfileRequest.Builder
set
Display
Name
Link copied to clipboard
fun
setDisplayName
(
displayName
:
String
?
)
:
UpdateProfileRequest.Builder
set
First
Name
Link copied to clipboard
fun
setFirstName
(
firstName
:
String
?
)
:
UpdateProfileRequest.Builder
set
Job
Title
Link copied to clipboard
fun
setJobTitle
(
jobTitle
:
String
?
)
:
UpdateProfileRequest.Builder
set
Last
Name
Link copied to clipboard
fun
setLastName
(
lastName
:
String
?
)
:
UpdateProfileRequest.Builder
set
Location
Link copied to clipboard
fun
setLocation
(
location
:
String
?
)
:
UpdateProfileRequest.Builder
set
Pronouns
Link copied to clipboard
fun
setPronouns
(
pronouns
:
String
?
)
:
UpdateProfileRequest.Builder
set
Pronunciation
Link copied to clipboard
fun
setPronunciation
(
pronunciation
:
String
?
)
:
UpdateProfileRequest.Builder