public static final class ObjectMappingSettings.MappedObject extends Object
Modifier and Type | Method and Description |
---|---|
void |
addClassName(String className)
Adds a class name to the list of classes that are recognized as a specific object type.
|
void |
addClassName(String className,
boolean includeDerived)
Adds a class name and, optionally, all of its derived classes to the list of classes that are recognized as a specific object type.
|
ObjectMappingSettings.MappedObject |
get(String name)
Provides access to a child object in the Object Mapping settings.
|
public ObjectMappingSettings.MappedObject get(String name)
name
- The name of the child object.public void addClassName(String className, boolean includeDerived) throws ApiException, HttpException
className
- The full class name.includeDerived
- If true, the derived class is recognized as an object of the specified type.ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.public void addClassName(String className) throws ApiException, HttpException
className
- The full class name.ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.