Class OfficeClientCheckinStatus
- java.lang.Object
-
- odata.msgraph.client.beta.complex.OfficeClientCheckinStatus
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OfficeClientCheckinStatus extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfficeClientCheckinStatus.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>appliedPoliciesprotected StringappliedPoliciesNextLinkprotected OffsetDateTimecheckinDateTimeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdeviceNameprotected StringdevicePlatformprotected StringdevicePlatformVersionprotected StringerrorMessageprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected StringuserIdprotected StringuserPrincipalNameprotected BooleanwasSuccessful
-
Constructor Summary
Constructors Modifier Constructor Description protectedOfficeClientCheckinStatus()
-
Method Summary
-
-
-
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
-
appliedPoliciesNextLink
protected String appliedPoliciesNextLink
-
checkinDateTime
protected OffsetDateTime checkinDateTime
-
deviceName
protected String deviceName
-
devicePlatform
protected String devicePlatform
-
devicePlatformVersion
protected String devicePlatformVersion
-
errorMessage
protected String errorMessage
-
userId
protected String userId
-
userPrincipalName
protected String userPrincipalName
-
wasSuccessful
protected Boolean wasSuccessful
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAppliedPolicies
public com.github.davidmoten.odata.client.CollectionPage<String> getAppliedPolicies()
-
getAppliedPolicies
public com.github.davidmoten.odata.client.CollectionPage<String> getAppliedPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getCheckinDateTime
public Optional<OffsetDateTime> getCheckinDateTime()
-
withCheckinDateTime
public OfficeClientCheckinStatus withCheckinDateTime(OffsetDateTime checkinDateTime)
-
withDeviceName
public OfficeClientCheckinStatus withDeviceName(String deviceName)
-
withDevicePlatform
public OfficeClientCheckinStatus withDevicePlatform(String devicePlatform)
-
withDevicePlatformVersion
public OfficeClientCheckinStatus withDevicePlatformVersion(String devicePlatformVersion)
-
withErrorMessage
public OfficeClientCheckinStatus withErrorMessage(String errorMessage)
-
withUserId
public OfficeClientCheckinStatus withUserId(String userId)
-
withUserPrincipalName
public OfficeClientCheckinStatus withUserPrincipalName(String userPrincipalName)
-
withWasSuccessful
public OfficeClientCheckinStatus withWasSuccessful(Boolean wasSuccessful)
-
withUnmappedField
public OfficeClientCheckinStatus withUnmappedField(String name, String 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 OfficeClientCheckinStatus.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
-
-