Uses of Class
odata.msgraph.client.beta.complex.CloudPcLoginResult
-
Packages that use CloudPcLoginResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CloudPcLoginResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CloudPcLoginResult Modifier and Type Method Description CloudPcLoginResultCloudPcLoginResult.Builder. build()CloudPcLoginResultCloudPcLoginResult. withTime(OffsetDateTime time)CloudPcLoginResultCloudPcLoginResult. withUnmappedField(String name, String value) -
Uses of CloudPcLoginResult in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcLoginResult Modifier and Type Field Description protected CloudPcLoginResultCloudPC. lastLoginResultMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcLoginResult Modifier and Type Method Description Optional<CloudPcLoginResult>CloudPC. getLastLoginResult()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcLoginResult Modifier and Type Method Description CloudPC.BuilderCloudPC.Builder. lastLoginResult(CloudPcLoginResult lastLoginResult)CloudPCCloudPC. withLastLoginResult(CloudPcLoginResult lastLoginResult)
-