com.microsoft.tfs.core.clients.versioncontrol
Class DownloadContentTypes

java.lang.Object
  extended by com.microsoft.tfs.core.clients.versioncontrol.DownloadContentTypes

public class DownloadContentTypes
extends java.lang.Object

Describes the HTTP content types that VersionControlClient supports.


Field Summary
static java.lang.String APPLICATION_GZIP
           
static java.lang.String APPLICATION_OCTET_STREAM
           
 
Constructor Summary
DownloadContentTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_OCTET_STREAM

public static final java.lang.String APPLICATION_OCTET_STREAM
Constant Field Value:
"application/octet-stream"
See Also:
Constant Field Values

APPLICATION_GZIP

public static final java.lang.String APPLICATION_GZIP
Constant Field Value:
"application/gzip"
See Also:
Constant Field Values
Constructor Detail

DownloadContentTypes

public DownloadContentTypes()


© 2015 Microsoft. All rights reserved.