FileType Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. FileType
- com.
public class FileType
Defines values for FileType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final File |
ASSEMBLY
Static value Assembly for FileType. |
final File |
NODEPLOY
Static value Nodeploy for FileType. |
final File |
RESOURCE
Static value Resource for FileType. |
Constructor Summary
Constructor | Description |
---|---|
FileType(String value) |
Creates a custom value for FileType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
ASSEMBLY
public static final FileType ASSEMBLY= new FileType("Assembly")
Static value Assembly for FileType.
NODEPLOY
public static final FileType NODEPLOY= new FileType("Nodeploy")
Static value Nodeploy for FileType.
RESOURCE
public static final FileType RESOURCE= new FileType("Resource")
Static value Resource for FileType.
Constructor Details
FileType
public FileType(String value)
Creates a custom value for FileType.
Parameters:
Method Details
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Applies to
Azure SDK for Java