public class ProjectParticipation extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectParticipation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
categories |
protected String |
categoriesNextLink |
protected CompanyDetail |
client |
protected List<String> |
collaborationTags |
protected String |
collaborationTagsNextLink |
protected List<RelatedPerson> |
colleagues |
protected String |
colleaguesNextLink |
protected PositionDetail |
detail |
protected String |
displayName |
protected List<RelatedPerson> |
sponsors |
protected String |
sponsorsNextLink |
allowedAudiences, createdBy, createdDateTime, inference, lastModifiedBy, lastModifiedDateTime, sourcechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ProjectParticipation() |
| Modifier and Type | Method and Description |
|---|---|
static ProjectParticipation.Builder |
builderProjectParticipation()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getCategories() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<CompanyDetail> |
getClient() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCollaborationTags() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getCollaborationTags(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
getColleagues() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
getColleagues(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<PositionDetail> |
getDetail() |
Optional<String> |
getDisplayName() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
getSponsors() |
com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> |
getSponsors(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ProjectParticipation |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ProjectParticipation |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ProjectParticipation |
withClient(CompanyDetail client) |
ProjectParticipation |
withDetail(PositionDetail detail) |
ProjectParticipation |
withDisplayName(String displayName) |
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withLastModifiedBy, withLastModifiedDateTime, withSourceprotected String categoriesNextLink
protected CompanyDetail client
protected String displayName
protected PositionDetail detail
protected List<RelatedPerson> colleagues
protected String colleaguesNextLink
protected List<RelatedPerson> sponsors
protected String sponsorsNextLink
protected String collaborationTagsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ItemFacetpublic static ProjectParticipation.Builder builderProjectParticipation()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ItemFacetpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ItemFacetpublic com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<CompanyDetail> getClient()
public ProjectParticipation withClient(CompanyDetail client)
public ProjectParticipation withDisplayName(String displayName)
public Optional<PositionDetail> getDetail()
public ProjectParticipation withDetail(PositionDetail detail)
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getColleagues()
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getColleagues(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getSponsors()
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getSponsors(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ItemFacetpublic ProjectParticipation patch()
this with changed fields reset.public ProjectParticipation put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.