Uses of Class
odata.msgraph.client.beta.entity.ConnectedOrganization
-
Packages that use ConnectedOrganization Package Description odata.msgraph.client.beta.entity -
-
Uses of ConnectedOrganization in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ConnectedOrganization Modifier and Type Method Description ConnectedOrganizationConnectedOrganization.Builder. build()ConnectedOrganizationConnectedOrganization. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ConnectedOrganizationConnectedOrganization. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ConnectedOrganizationConnectedOrganization. withCreatedBy(String createdBy)ConnectedOrganizationConnectedOrganization. withCreatedDateTime(OffsetDateTime createdDateTime)ConnectedOrganizationConnectedOrganization. withDescription(String description)ConnectedOrganizationConnectedOrganization. withDisplayName(String displayName)ConnectedOrganizationConnectedOrganization. withIdentitySources(List<IdentitySource> identitySources)ConnectedOrganizationConnectedOrganization. withModifiedBy(String modifiedBy)ConnectedOrganizationConnectedOrganization. withModifiedDateTime(OffsetDateTime modifiedDateTime)ConnectedOrganizationConnectedOrganization. withState(ConnectedOrganizationState state)ConnectedOrganizationConnectedOrganization. withUnmappedField(String name, String value)
-