Uses of Class
odata.msgraph.client.complex.ReferencedObject
-
Packages that use ReferencedObject Package Description odata.msgraph.client.complex -
-
Uses of ReferencedObject in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ReferencedObject Modifier and Type Field Description protected List<ReferencedObject>AttributeDefinition. referencedObjectsMethods in odata.msgraph.client.complex that return ReferencedObject Modifier and Type Method Description ReferencedObjectReferencedObject.Builder. build()ReferencedObjectReferencedObject. withReferencedObjectName(String referencedObjectName)ReferencedObjectReferencedObject. withReferencedProperty(String referencedProperty)ReferencedObjectReferencedObject. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type ReferencedObject Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ReferencedObject>AttributeDefinition. getReferencedObjects()com.github.davidmoten.odata.client.CollectionPage<ReferencedObject>AttributeDefinition. getReferencedObjects(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ReferencedObject Modifier and Type Method Description AttributeDefinition.BuilderAttributeDefinition.Builder. referencedObjects(ReferencedObject... referencedObjects)Method parameters in odata.msgraph.client.complex with type arguments of type ReferencedObject Modifier and Type Method Description AttributeDefinition.BuilderAttributeDefinition.Builder. referencedObjects(List<ReferencedObject> referencedObjects)
-