com.spinn3r.api.protobuf
Class ContentApi.Content.Builder

java.lang.Object
  extended by 
      extended by com.spinn3r.api.protobuf.ContentApi.Content.Builder
Enclosing class:
ContentApi.Content

public static final class ContentApi.Content.Builder
extends


Method Summary
 ContentApi.Content build()
           
 ContentApi.Content buildPartial()
           
 ContentApi.Content.Builder clear()
           
 ContentApi.Content.Builder clearData()
           
 ContentApi.Content.Builder clearMimeType()
           
 ContentApi.Content.Builder clone()
           
 com.google.protobuf.ByteString getData()
           
 ContentApi.Content getDefaultInstanceForType()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getMimeType()
           
 boolean hasData()
           
 boolean hasMimeType()
           
protected  ContentApi.Content internalGetResult()
           
 ContentApi.Content.Builder setData(com.google.protobuf.ByteString value)
           
 ContentApi.Content.Builder setMimeType(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalGetResult

protected ContentApi.Content internalGetResult()

clear

public ContentApi.Content.Builder clear()

clone

public ContentApi.Content.Builder clone()

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()

getDefaultInstanceForType

public ContentApi.Content getDefaultInstanceForType()

build

public ContentApi.Content build()

buildPartial

public ContentApi.Content buildPartial()

hasMimeType

public boolean hasMimeType()

getMimeType

public java.lang.String getMimeType()

setMimeType

public ContentApi.Content.Builder setMimeType(java.lang.String value)

clearMimeType

public ContentApi.Content.Builder clearMimeType()

hasData

public boolean hasData()

getData

public com.google.protobuf.ByteString getData()

setData

public ContentApi.Content.Builder setData(com.google.protobuf.ByteString value)

clearData

public ContentApi.Content.Builder clearData()


Copyright © Tailrank Inc. All Rights Reserved.