Package com.intercom.api.types
Class FileAttribute
java.lang.Object
com.intercom.api.types.FileAttribute
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
-
getName
- Returns:
- The name of the file
-
getUrl
- Returns:
- The url of the file. This is a temporary URL and will expire after 30 minutes.
-
getContentType
- Returns:
- The type of file
-
getFilesize
public int getFilesize()- Returns:
- The size of the file in bytes
-
getWidth
public int getWidth()- Returns:
- The width of the file in pixels, if applicable
-
getHeight
public int getHeight()- Returns:
- The height of the file in pixels, if applicable
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-