Oracle NoSQL Database Examples
version 11gR2.2.0.26

Uses of Class
avro.FullName.Builder

Packages that use FullName.Builder
avro A client application that illustrates the use of Avro bindings. 
 

Uses of FullName.Builder in avro
 

Methods in avro that return FullName.Builder
 FullName.Builder FullName.Builder.clearFirst()
          Clears the value of the 'first' field
 FullName.Builder FullName.Builder.clearLast()
          Clears the value of the 'last' field
static FullName.Builder FullName.newBuilder()
          Creates a new FullName RecordBuilder
static FullName.Builder FullName.newBuilder(FullName.Builder other)
          Creates a new FullName RecordBuilder by copying an existing Builder
static FullName.Builder FullName.newBuilder(FullName other)
          Creates a new FullName RecordBuilder by copying an existing FullName instance
 FullName.Builder FullName.Builder.setFirst(String value)
          Sets the value of the 'first' field
 FullName.Builder FullName.Builder.setLast(String value)
          Sets the value of the 'last' field
 

Methods in avro with parameters of type FullName.Builder
static FullName.Builder FullName.newBuilder(FullName.Builder other)
          Creates a new FullName RecordBuilder by copying an existing Builder
 


Oracle NoSQL Database Examples
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.