Package com.mypurecloud.sdk.v2.model
Class Attribute
java.lang.Object
com.mypurecloud.sdk.v2.model.Attribute
- All Implemented Interfaces:
Serializable
Attribute
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(DomainEntityRef createdBy) dateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.description(String description) booleangetId()getName()inthashCode()modifiedBy(DomainEntityRef modifiedBy) The attribute name.voidsetCreatedBy(DomainEntityRef createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetModifiedBy(DomainEntityRef modifiedBy) voidvoidsetVersion(Integer version) toString()
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
-
-
Method Details
-
getId
-
name
The attribute name. -
getName
-
setName
-
version
-
getVersion
-
setVersion
-
description
-
getDescription
-
setDescription
-
createdBy
-
getCreatedBy
-
setCreatedBy
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
modifiedBy
-
getModifiedBy
-
setModifiedBy
-
dateModified
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-