Package odata.msgraph.client.complex
Class CustomTimeZone
- java.lang.Object
-
- odata.msgraph.client.complex.TimeZoneBase
-
- odata.msgraph.client.complex.CustomTimeZone
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class CustomTimeZone extends TimeZoneBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomTimeZone.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Integerbiasprotected DaylightTimeZoneOffsetdaylightOffsetprotected StandardTimeZoneOffsetstandardOffset-
Fields inherited from class odata.msgraph.client.complex.TimeZoneBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCustomTimeZone()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomTimeZone.BuilderbuilderCustomTimeZone()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getBias()Optional<DaylightTimeZoneOffset>getDaylightOffset()Optional<StandardTimeZoneOffset>getStandardOffset()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()CustomTimeZonewithBias(Integer bias)CustomTimeZonewithDaylightOffset(DaylightTimeZoneOffset daylightOffset)CustomTimeZonewithStandardOffset(StandardTimeZoneOffset standardOffset)CustomTimeZonewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.TimeZoneBase
builder, getName, withName
-
-
-
-
Field Detail
-
bias
protected Integer bias
-
daylightOffset
protected DaylightTimeZoneOffset daylightOffset
-
standardOffset
protected StandardTimeZoneOffset standardOffset
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classTimeZoneBase
-
withBias
public CustomTimeZone withBias(Integer bias)
-
getDaylightOffset
public Optional<DaylightTimeZoneOffset> getDaylightOffset()
-
withDaylightOffset
public CustomTimeZone withDaylightOffset(DaylightTimeZoneOffset daylightOffset)
-
getStandardOffset
public Optional<StandardTimeZoneOffset> getStandardOffset()
-
withStandardOffset
public CustomTimeZone withStandardOffset(StandardTimeZoneOffset standardOffset)
-
withUnmappedField
public CustomTimeZone withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classTimeZoneBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classTimeZoneBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classTimeZoneBase
-
builderCustomTimeZone
public static CustomTimeZone.Builder builderCustomTimeZone()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classTimeZoneBase
-
-