Package odata.msgraph.client.beta.entity
Class ProjectParticipation
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ItemFacet
-
- odata.msgraph.client.beta.entity.ProjectParticipation
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ProjectParticipation extends ItemFacet implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectParticipation.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>categoriesprotected StringcategoriesNextLinkprotected CompanyDetailclientprotected List<String>collaborationTagsprotected StringcollaborationTagsNextLinkprotected List<RelatedPerson>colleaguesprotected StringcolleaguesNextLinkprotected PositionDetaildetailprotected StringdisplayNameprotected List<RelatedPerson>sponsorsprotected StringsponsorsNextLinkprotected StringthumbnailUrl-
Fields inherited from class odata.msgraph.client.beta.entity.ItemFacet
allowedAudiences, createdBy, createdDateTime, inference, isSearchable, lastModifiedBy, lastModifiedDateTime, source
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectParticipation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectParticipation.BuilderbuilderProjectParticipation()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.ChangedFieldsgetChangedFields()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)Optional<String>getThumbnailUrl()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()ProjectParticipationpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)ProjectParticipationput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()ProjectParticipationwithCategories(List<String> categories)ProjectParticipationwithClient(CompanyDetail client)ProjectParticipationwithCollaborationTags(List<String> collaborationTags)ProjectParticipationwithColleagues(List<RelatedPerson> colleagues)ProjectParticipationwithDetail(PositionDetail detail)ProjectParticipationwithDisplayName(String displayName)ProjectParticipationwithSponsors(List<RelatedPerson> sponsors)ProjectParticipationwithThumbnailUrl(String thumbnailUrl)ProjectParticipationwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.ItemFacet
getAllowedAudiences, getCreatedBy, getCreatedDateTime, getInference, getIsSearchable, getLastModifiedBy, getLastModifiedDateTime, getSource, withAllowedAudiences, withCreatedBy, withCreatedDateTime, withInference, withIsSearchable, withLastModifiedBy, withLastModifiedDateTime, withSource
-
-
-
-
Field Detail
-
categoriesNextLink
protected String categoriesNextLink
-
client
protected CompanyDetail client
-
collaborationTagsNextLink
protected String collaborationTagsNextLink
-
colleagues
protected List<RelatedPerson> colleagues
-
colleaguesNextLink
protected String colleaguesNextLink
-
detail
protected PositionDetail detail
-
displayName
protected String displayName
-
sponsors
protected List<RelatedPerson> sponsors
-
sponsorsNextLink
protected String sponsorsNextLink
-
thumbnailUrl
protected String thumbnailUrl
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classItemFacet
-
builderProjectParticipation
public static ProjectParticipation.Builder builderProjectParticipation()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classItemFacet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classItemFacet
-
getCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories()
-
withCategories
public ProjectParticipation withCategories(List<String> categories)
-
getCategories
public com.github.davidmoten.odata.client.CollectionPage<String> getCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getClient
public Optional<CompanyDetail> getClient()
-
withClient
public ProjectParticipation withClient(CompanyDetail client)
-
getCollaborationTags
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags()
-
withCollaborationTags
public ProjectParticipation withCollaborationTags(List<String> collaborationTags)
-
getCollaborationTags
public com.github.davidmoten.odata.client.CollectionPage<String> getCollaborationTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getColleagues
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getColleagues()
-
withColleagues
public ProjectParticipation withColleagues(List<RelatedPerson> colleagues)
-
getColleagues
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getColleagues(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDetail
public Optional<PositionDetail> getDetail()
-
withDetail
public ProjectParticipation withDetail(PositionDetail detail)
-
withDisplayName
public ProjectParticipation withDisplayName(String displayName)
-
getSponsors
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getSponsors()
-
withSponsors
public ProjectParticipation withSponsors(List<RelatedPerson> sponsors)
-
getSponsors
public com.github.davidmoten.odata.client.CollectionPage<RelatedPerson> getSponsors(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withThumbnailUrl
public ProjectParticipation withThumbnailUrl(String thumbnailUrl)
-
withUnmappedField
public ProjectParticipation withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classItemFacet
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classItemFacet
-
patch
public ProjectParticipation patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ProjectParticipation put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-