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 WeekEnum |
TimeTrackingPrefs.workWeekStartDate |
Modifier and Type | Method and Description |
---|---|
static WeekEnum |
WeekEnum.fromValue(String v) |
WeekEnum |
TimeTrackingPrefs.getWorkWeekStartDate()
Gets the value of the workWeekStartDate property.
|
static WeekEnum |
WeekEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeekEnum[] |
WeekEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeTrackingPrefs.setWorkWeekStartDate(WeekEnum value)
Sets the value of the workWeekStartDate property.
|
Modifier and Type | Method and Description |
---|---|
void |
WeekEnumJsonSerializer.serialize(WeekEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.