Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected AcquiredAsEnum |
FixedAsset.acquiredAs |
Modifier and Type | Method and Description |
---|---|
static AcquiredAsEnum |
AcquiredAsEnum.fromValue(String v) |
AcquiredAsEnum |
FixedAsset.getAcquiredAs()
Gets the value of the acquiredAs property.
|
static AcquiredAsEnum |
AcquiredAsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcquiredAsEnum[] |
AcquiredAsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedAsset.setAcquiredAs(AcquiredAsEnum value)
Sets the value of the acquiredAs property.
|
Modifier and Type | Method and Description |
---|---|
void |
AcquiredAsEnumJsonSerializer.serialize(AcquiredAsEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.