public class OfficeClientCheckinStatus extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OfficeClientCheckinStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
appliedPolicies |
protected String |
appliedPoliciesNextLink |
protected OffsetDateTime |
checkinDateTime |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
deviceName |
protected String |
devicePlatform |
protected String |
devicePlatformVersion |
protected String |
errorMessage |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userId |
protected String |
userPrincipalName |
protected Boolean |
wasSuccessful |
| Modifier | Constructor and Description |
|---|---|
protected |
OfficeClientCheckinStatus() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String userPrincipalName
protected String deviceName
protected String devicePlatform
protected String devicePlatformVersion
protected Boolean wasSuccessful
protected String userId
protected OffsetDateTime checkinDateTime
protected String errorMessage
protected String appliedPoliciesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OfficeClientCheckinStatus withUserPrincipalName(String userPrincipalName)
public OfficeClientCheckinStatus withDeviceName(String deviceName)
public OfficeClientCheckinStatus withDevicePlatform(String devicePlatform)
public OfficeClientCheckinStatus withDevicePlatformVersion(String devicePlatformVersion)
public OfficeClientCheckinStatus withWasSuccessful(Boolean wasSuccessful)
public OfficeClientCheckinStatus withUserId(String userId)
public Optional<OffsetDateTime> getCheckinDateTime()
public OfficeClientCheckinStatus withCheckinDateTime(OffsetDateTime checkinDateTime)
public OfficeClientCheckinStatus withErrorMessage(String errorMessage)
public com.github.davidmoten.odata.client.CollectionPage<String> getAppliedPolicies()
public com.github.davidmoten.odata.client.CollectionPage<String> getAppliedPolicies(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OfficeClientCheckinStatus.Builder builder()
Copyright © 2018–2020. All rights reserved.