Uses of Class
odata.msgraph.client.beta.complex.ServiceInformation
-
Packages that use ServiceInformation Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ServiceInformation in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ServiceInformation Modifier and Type Method Description ServiceInformationServiceInformation.Builder. build()ServiceInformationServiceInformation. withName(String name)ServiceInformationServiceInformation. withUnmappedField(String name, String value)ServiceInformationServiceInformation. withWebUrl(String webUrl) -
Uses of ServiceInformation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ServiceInformation Modifier and Type Field Description protected ServiceInformationWebAccount. serviceMethods in odata.msgraph.client.beta.entity that return types with arguments of type ServiceInformation Modifier and Type Method Description Optional<ServiceInformation>WebAccount. getService()Methods in odata.msgraph.client.beta.entity with parameters of type ServiceInformation Modifier and Type Method Description WebAccount.BuilderWebAccount.Builder. service(ServiceInformation service)WebAccountWebAccount. withService(ServiceInformation service)
-