public class IpCategory extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IpCategory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
name |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
vendor |
| Modifier | Constructor and Description |
|---|---|
protected |
IpCategory() |
| Modifier and Type | Method and Description |
|---|---|
static IpCategory.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDescription() |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVendor() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IpCategory |
withDescription(String description) |
IpCategory |
withName(String name) |
IpCategory |
withVendor(String vendor) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String description
protected String name
protected String vendor
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic IpCategory withDescription(String description)
public IpCategory withName(String name)
public IpCategory withVendor(String vendor)
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 IpCategory.Builder builder()
Copyright © 2018–2020. All rights reserved.