Package com.google.gdata.model.gd

Examples of com.google.gdata.model.gd.PartialMetadata


    // Copy-modify the input properties to expect a partial element that
    // wraps the expected type
    ElementMetadata<?, ?> metadata = inProps.getRootMetadata();
    InputProperties partialProperties =
        new InputPropertiesBuilder(inProps)
            .setElementMetadata(new PartialMetadata(metadata))
            .build();
   
    // Create a parser to parse the partial-wrapped representation
    InputParser<Partial> partialParser = new PartialParser(fullParser);
    Partial p =
View Full Code Here

TOP

Related Classes of com.google.gdata.model.gd.PartialMetadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.