public class UserFeedback extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserFeedback.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected UserFeedbackRating |
rating |
protected String |
text |
protected FeedbackTokenSet |
tokens |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
UserFeedback() |
| Modifier and Type | Method and Description |
|---|---|
static UserFeedback.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<UserFeedbackRating> |
getRating() |
Optional<String> |
getText() |
Optional<FeedbackTokenSet> |
getTokens() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
UserFeedback |
withRating(UserFeedbackRating rating) |
UserFeedback |
withText(String text) |
UserFeedback |
withTokens(FeedbackTokenSet tokens) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String text
protected UserFeedbackRating rating
protected FeedbackTokenSet tokens
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic UserFeedback withText(String text)
public Optional<UserFeedbackRating> getRating()
public UserFeedback withRating(UserFeedbackRating rating)
public Optional<FeedbackTokenSet> getTokens()
public UserFeedback withTokens(FeedbackTokenSet tokens)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static UserFeedback.Builder builder()
Copyright © 2018–2020. All rights reserved.