public class GHGistFile
extends java.lang.Object
GHGistGHGist.getFile(String),
GHGist.getFiles()| Constructor and Description |
|---|
GHGistFile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Content of this file.
|
java.lang.String |
getFileName() |
java.lang.String |
getLanguage() |
java.lang.String |
getRawUrl()
URL that serves this file as-is.
|
int |
getSize()
File size in bytes.
|
java.lang.String |
getType()
Content type of this Gist, such as "text/plain"
|
boolean |
isTruncated()
(?) indicates if
getContent() contains a truncated content. |
public java.lang.String getFileName()
public int getSize()
public java.lang.String getRawUrl()
public java.lang.String getType()
public java.lang.String getLanguage()
public java.lang.String getContent()
public boolean isTruncated()
getContent() contains a truncated content.Copyright © 2016. All Rights Reserved.