Uses of Class
odata.msgraph.client.beta.complex.InsightIdentity
-
Packages that use InsightIdentity Package Description odata.msgraph.client.beta.complex -
-
Uses of InsightIdentity in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as InsightIdentity Modifier and Type Field Description protected InsightIdentitySharingDetail. sharedByMethods in odata.msgraph.client.beta.complex that return InsightIdentity Modifier and Type Method Description InsightIdentityInsightIdentity.Builder. build()InsightIdentityInsightIdentity. withAddress(String address)InsightIdentityInsightIdentity. withDisplayName(String displayName)InsightIdentityInsightIdentity. withId(String id)InsightIdentityInsightIdentity. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type InsightIdentity Modifier and Type Method Description Optional<InsightIdentity>SharingDetail. getSharedBy()Methods in odata.msgraph.client.beta.complex with parameters of type InsightIdentity Modifier and Type Method Description SharingDetail.BuilderSharingDetail.Builder. sharedBy(InsightIdentity sharedBy)SharingDetailSharingDetail. withSharedBy(InsightIdentity sharedBy)
-