Package com.liferay.scim.rest.dto.v1_0
Class Meta
java.lang.Object
com.liferay.scim.rest.dto.v1_0.Meta
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetCreated(com.liferay.petra.function.UnsafeSupplier<Date, Exception> createdUnsafeSupplier) voidsetCreated(Date created) voidsetLastModified(com.liferay.petra.function.UnsafeSupplier<Date, Exception> lastModifiedUnsafeSupplier) voidsetLastModified(Date lastModified) voidsetLocation(com.liferay.petra.function.UnsafeSupplier<String, Exception> locationUnsafeSupplier) voidsetLocation(String location) voidsetResourceType(com.liferay.petra.function.UnsafeSupplier<String, Exception> resourceTypeUnsafeSupplier) voidsetResourceType(String resourceType) voidsetVersion(com.liferay.petra.function.UnsafeSupplier<String, Exception> versionUnsafeSupplier) voidsetVersion(String version) static MetatoString()static MetaunsafeToDTO(String json)
-
Field Details
-
created
-
lastModified
-
location
-
resourceType
-
version
-
xClassName
-
-
Constructor Details
-
Meta
public Meta()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getCreated
-
setCreated
-
setCreated
-
getLastModified
-
setLastModified
-
setLastModified
-
getLocation
-
setLocation
-
setLocation
-
getResourceType
-
setResourceType
-
setResourceType
-
getVersion
-
setVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-