Class Creator
java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.Creator
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getImage()
getName()
int
hashCode()
void
setAdditionalName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> additionalNameUnsafeSupplier) void
setAdditionalName
(String additionalName) void
setContentType
(com.liferay.petra.function.UnsafeSupplier<String, Exception> contentTypeUnsafeSupplier) void
setContentType
(String contentType) void
setFamilyName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> familyNameUnsafeSupplier) void
setFamilyName
(String familyName) void
setGivenName
(com.liferay.petra.function.UnsafeSupplier<String, Exception> givenNameUnsafeSupplier) void
setGivenName
(String givenName) void
void
void
void
void
void
void
setProfileURL
(com.liferay.petra.function.UnsafeSupplier<String, Exception> profileURLUnsafeSupplier) void
setProfileURL
(String profileURL) static Creator
toString()
static Creator
unsafeToDTO
(String json)
-
Field Details
-
additionalName
-
contentType
-
familyName
-
givenName
-
id
-
image
-
name
-
profileURL
-
xClassName
-
-
Constructor Details
-
Creator
public Creator()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAdditionalName
-
setAdditionalName
-
setAdditionalName
-
getContentType
-
setContentType
-
setContentType
-
getFamilyName
-
setFamilyName
-
setFamilyName
-
getGivenName
-
setGivenName
-
setGivenName
-
getId
-
setId
-
setId
-
getImage
-
setImage
-
setImage
-
getName
-
setName
-
setName
-
getProfileURL
-
setProfileURL
-
setProfileURL
-
equals
-
hashCode
public int hashCode() -
toString
-