org.odata4j.edm
Class EdmAssociationSetEnd.Builder
java.lang.Object
org.odata4j.edm.EdmItem.Builder<EdmAssociationSetEnd,EdmAssociationSetEnd.Builder>
org.odata4j.edm.EdmAssociationSetEnd.Builder
- Enclosing class:
- EdmAssociationSetEnd
public static class EdmAssociationSetEnd.Builder
- extends EdmItem.Builder<EdmAssociationSetEnd,EdmAssociationSetEnd.Builder>
Mutable builder for EdmAssociationEnd
objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdmAssociationSetEnd.Builder
public EdmAssociationSetEnd.Builder()
build
public EdmAssociationSetEnd build()
getEntitySetName
public String getEntitySetName()
getRoleName
public String getRoleName()
setEntitySet
public EdmAssociationSetEnd.Builder setEntitySet(EdmEntitySet.Builder entitySet)
setEntitySetName
public EdmAssociationSetEnd.Builder setEntitySetName(String entitySetName)
setRole
public EdmAssociationSetEnd.Builder setRole(EdmAssociationEnd.Builder role)
setRoleName
public EdmAssociationSetEnd.Builder setRoleName(String roleName)
http://odata4j.org