Uses of Class
odata.msgraph.client.beta.complex.VerifiedPublisher
-
Packages that use VerifiedPublisher Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of VerifiedPublisher in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return VerifiedPublisher Modifier and Type Method Description VerifiedPublisherVerifiedPublisher.Builder. build()VerifiedPublisherVerifiedPublisher. withAddedDateTime(OffsetDateTime addedDateTime)VerifiedPublisherVerifiedPublisher. withDisplayName(String displayName)VerifiedPublisherVerifiedPublisher. withUnmappedField(String name, String value)VerifiedPublisherVerifiedPublisher. withVerifiedPublisherId(String verifiedPublisherId) -
Uses of VerifiedPublisher in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as VerifiedPublisher Modifier and Type Field Description protected VerifiedPublisherApplication. verifiedPublisherMethods in odata.msgraph.client.beta.entity that return types with arguments of type VerifiedPublisher Modifier and Type Method Description Optional<VerifiedPublisher>Application. getVerifiedPublisher()Methods in odata.msgraph.client.beta.entity with parameters of type VerifiedPublisher Modifier and Type Method Description Application.BuilderApplication.Builder. verifiedPublisher(VerifiedPublisher verifiedPublisher)ApplicationApplication. withVerifiedPublisher(VerifiedPublisher verifiedPublisher)
-