Package odata.msgraph.client.complex
Class IdleSessionSignOut
- java.lang.Object
-
- odata.msgraph.client.complex.IdleSessionSignOut
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class IdleSessionSignOut extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdleSessionSignOut.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanisEnabledprotected StringodataTypeprotected LongsignOutAfterInSecondsprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected LongwarnAfterInSeconds
-
Constructor Summary
Constructors Modifier Constructor Description protectedIdleSessionSignOut()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdleSessionSignOut.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getIsEnabled()Optional<Long>getSignOutAfterInSeconds()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Long>getWarnAfterInSeconds()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()IdleSessionSignOutwithIsEnabled(Boolean isEnabled)IdleSessionSignOutwithSignOutAfterInSeconds(Long signOutAfterInSeconds)IdleSessionSignOutwithUnmappedField(String name, Object value)IdleSessionSignOutwithWarnAfterInSeconds(Long warnAfterInSeconds)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
isEnabled
protected Boolean isEnabled
-
signOutAfterInSeconds
protected Long signOutAfterInSeconds
-
warnAfterInSeconds
protected Long warnAfterInSeconds
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withIsEnabled
public IdleSessionSignOut withIsEnabled(Boolean isEnabled)
-
withSignOutAfterInSeconds
public IdleSessionSignOut withSignOutAfterInSeconds(Long signOutAfterInSeconds)
-
withWarnAfterInSeconds
public IdleSessionSignOut withWarnAfterInSeconds(Long warnAfterInSeconds)
-
withUnmappedField
public IdleSessionSignOut withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static IdleSessionSignOut.Builder builder()
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
-
-