Class RetentionDurationForever
- java.lang.Object
-
- odata.msgraph.client.security.complex.RetentionDuration
-
- odata.msgraph.client.security.complex.RetentionDurationForever
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RetentionDurationForever extends RetentionDuration implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRetentionDurationForever.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.security.complex.RetentionDuration
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRetentionDurationForever()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RetentionDurationForever.BuilderbuilderRetentionDurationForever()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()RetentionDurationForeverwithUnmappedField(String name, Object value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classRetentionDuration
-
withUnmappedField
public RetentionDurationForever withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classRetentionDuration
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classRetentionDuration
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classRetentionDuration
-
builderRetentionDurationForever
public static RetentionDurationForever.Builder builderRetentionDurationForever()
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 classRetentionDuration
-
-